Skip to content

Commit

Permalink
add [every] to syntax summary of 'set' command
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Sep 22, 2012
1 parent 933d5fb commit a2c2af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/CommandStrings.scala
Expand Up @@ -111,7 +111,7 @@ InspectCommand + """ definitions <key>
val SetCommand = "set"
val setBrief = (SetCommand, "Evaluates a Setting and applies it to the current project.")
val setDetailed =
SetCommand + """ <setting-expression>
SetCommand + """ [every] <setting-expression>
Applies the given setting to the current project:
1) Constructs the expression provided as an argument by compiling and loading it.
Expand Down

0 comments on commit a2c2af8

Please sign in to comment.