1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +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:
Rabah Meradi 2016-07-27 05:42:07 -07:00 committed by epriestley
parent 8f69a5c378
commit 1bedfdccd7

View file

@ -18,7 +18,7 @@ EOTEXT
public function getCommandHelp() {
return phutil_console_format(<<<EOTEXT
Start tracking work in Phrequent.
Stop tracking work in Phrequent.
EOTEXT
);
}