summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2009-07-22 11:21:49 +0100
committerCiaranG <ciaran@ciarang.com>2009-07-22 11:21:49 +0100
commitdb4ffca5350a11835c2c990f8d77d7cabb365a43 (patch)
tree30ca0e44c564c5b731f621acf9c4f0ee39d48739 /scripts
parentbe5f9ca0e1e4d3a2d1a06c39aa24874821b91cd1 (diff)
Fix help text for getvaliddaemons.php
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/getvaliddaemons.php3
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;