diff options
author | CiaranG <ciaran@ciarang.com> | 2009-07-22 11:21:49 +0100 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2009-07-22 11:21:49 +0100 |
commit | db4ffca5350a11835c2c990f8d77d7cabb365a43 (patch) | |
tree | 30ca0e44c564c5b731f621acf9c4f0ee39d48739 | |
parent | be5f9ca0e1e4d3a2d1a06c39aa24874821b91cd1 (diff) |
Fix help text for getvaliddaemons.php
-rwxr-xr-x | scripts/getvaliddaemons.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 97c230784..1e4546dff 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -28,7 +28,8 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); $helptext = <<<ENDOFHELP -getvaliddaemons.php - print out the currently configured PID directory +getvaliddaemons.php - print out a list of valid daemons that should be started +by the startdaemons script ENDOFHELP; |