From 04efcd12d20b016ec4580f15a8426ee64010d0ab Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 25 Mar 2012 20:35:09 -0400 Subject: [PATCH] fix brief help for set --- main/CommandStrings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CommandStrings.scala b/main/CommandStrings.scala index fc33d7b93..5e0b19122 100644 --- a/main/CommandStrings.scala +++ b/main/CommandStrings.scala @@ -91,7 +91,7 @@ InspectCommand + """ [tree] "Related" shows all of the scopes in which the key is defined.""" val SetCommand = "set" - val setBrief = (SetCommand + "[every] ", "Evaluates the given Setting and applies it to the current project.") + val setBrief = (SetCommand + " [every] ", "Evaluates the given Setting and applies it to the current project.") val setDetailed = SetCommand + """