1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Minor, instructions suggest "phd list" but really mean "phd status".

"phd list" lists available (not running) daemons.

Auditors: csilvers
This commit is contained in:
epriestley 2012-05-09 11:33:10 -07:00
parent 905cc5ff32
commit 6fd88641c3

View file

@ -61,7 +61,7 @@ switch ($command) {
echo phutil_console_wrap( echo phutil_console_wrap(
"phd start: Unable to start daemons because daemons are already ". "phd start: Unable to start daemons because daemons are already ".
"running.\n". "running.\n".
"You can view running daemons with 'phd list'.\n". "You can view running daemons with 'phd status'.\n".
"You can stop running daemons with 'phd stop'.\n". "You can stop running daemons with 'phd stop'.\n".
"You can use 'phd restart' to stop all daemons before starting new ". "You can use 'phd restart' to stop all daemons before starting new ".
"daemons.\n"); "daemons.\n");