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.