From cdcb5cc25d1b32f7afe1f4dc824b989777258887 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 19 Mar 2012 19:16:50 -0700 Subject: [PATCH] Minor, address @btrahan feedback. --- src/workflow/diff/ArcanistDiffWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflow/diff/ArcanistDiffWorkflow.php b/src/workflow/diff/ArcanistDiffWorkflow.php index 0d94264b..930dbc63 100644 --- a/src/workflow/diff/ArcanistDiffWorkflow.php +++ b/src/workflow/diff/ArcanistDiffWorkflow.php @@ -1470,7 +1470,7 @@ EOTEXT throw new ArcanistUsageException( "When using '--raw' to update a revision, specify an update message ". "with '--message'. (Normally, we'd launch an editor to ask you for a ". - "message, but can not do that because stdin is a diff source.)"); + "message, but can not do that because stdin is the diff source.)"); } // When updating a revision using git without specifying '--message', try