From 5eda40337bb4135ca4929617602686302edc7cc0 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 4 Aug 2017 12:57:34 -0700 Subject: [PATCH] Fix missing whitespace in `arc linters --help` message Test Plan: Ran `arc linters --help` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D18344 --- src/workflow/ArcanistLintersWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflow/ArcanistLintersWorkflow.php b/src/workflow/ArcanistLintersWorkflow.php index 9932f3b9..600d1019 100644 --- a/src/workflow/ArcanistLintersWorkflow.php +++ b/src/workflow/ArcanistLintersWorkflow.php @@ -36,7 +36,7 @@ EOTEXT 'param' => 'search', 'repeat' => true, 'help' => pht( - 'Search for linters. Search is case-insensitive, and is performed'. + 'Search for linters. Search is case-insensitive, and is performed '. 'against name and description of each linter.'), ), '*' => 'exact',