mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +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:
parent
905cc5ff32
commit
6fd88641c3
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue