Fix help text for getvaliddaemons.php

This commit is contained in:
CiaranG 2009-07-22 11:21:49 +01:00
parent be5f9ca0e1
commit db4ffca535
1 changed files with 2 additions and 1 deletions

View File

@ -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;