From 1bedfdccd7e9686fa796415d843925d47591431f Mon Sep 17 00:00:00 2001 From: Rabah Meradi Date: Wed, 27 Jul 2016 05:42:07 -0700 Subject: [PATCH] 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 --- src/workflow/ArcanistStopWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflow/ArcanistStopWorkflow.php b/src/workflow/ArcanistStopWorkflow.php index f9820f4e..1e9f2518 100644 --- a/src/workflow/ArcanistStopWorkflow.php +++ b/src/workflow/ArcanistStopWorkflow.php @@ -18,7 +18,7 @@ EOTEXT public function getCommandHelp() { return phutil_console_format(<<