fix brief help for set

This commit is contained in:
Mark Harrah 2012-03-25 20:35:09 -04:00
parent 87d2144c12
commit 04efcd12d2
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ InspectCommand + """ [tree] <key>
"Related" shows all of the scopes in which the key is defined."""
val SetCommand = "set"
val setBrief = (SetCommand + "[every] <setting-expression>", "Evaluates the given Setting and applies it to the current project.")
val setBrief = (SetCommand + " [every] <setting-expression>", "Evaluates the given Setting and applies it to the current project.")
val setDetailed =
SetCommand + """ <setting-expression>