mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 10:12:41 +01:00
Fixes help message for stop command
Test Plan: arc help stop will display 'Stop tracking work...' Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: avivey, chad, epriestley Differential Revision: https://secure.phabricator.com/D16310
This commit is contained in:
parent
8f69a5c378
commit
1bedfdccd7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ EOTEXT
|
||||||
|
|
||||||
public function getCommandHelp() {
|
public function getCommandHelp() {
|
||||||
return phutil_console_format(<<<EOTEXT
|
return phutil_console_format(<<<EOTEXT
|
||||||
Start tracking work in Phrequent.
|
Stop tracking work in Phrequent.
|
||||||
EOTEXT
|
EOTEXT
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue