diff --git a/src/workflow/help/ArcanistHelpWorkflow.php b/src/workflow/help/ArcanistHelpWorkflow.php index 2c0273a7..2b0cf99c 100644 --- a/src/workflow/help/ArcanistHelpWorkflow.php +++ b/src/workflow/help/ArcanistHelpWorkflow.php @@ -160,16 +160,13 @@ EOTEXT } $self = 'arc'; - $description = ($this->getArgument('full') ? - "This help file provides a detailed command reference." : - "Run 'arc help --full' to get detailed command reference."); echo phutil_console_format(<<getArgument('full')) { + echo "Run 'arc help --full' to get commands and options descriptions.\n"; return; }