From a2c2af8b0838999ce9b9d919f7a5ef61d076bf63 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 22 Sep 2012 16:45:24 -0400 Subject: [PATCH] add [every] to syntax summary of 'set' command --- main/CommandStrings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CommandStrings.scala b/main/CommandStrings.scala index 6a3f5d811..f3002a094 100644 --- a/main/CommandStrings.scala +++ b/main/CommandStrings.scala @@ -111,7 +111,7 @@ InspectCommand + """ definitions val SetCommand = "set" val setBrief = (SetCommand, "Evaluates a Setting and applies it to the current project.") val setDetailed = -SetCommand + """ +SetCommand + """ [every] Applies the given setting to the current project: 1) Constructs the expression provided as an argument by compiling and loading it.