diff --git a/main/src/main/scala/sbt/CommandStrings.scala b/main/src/main/scala/sbt/CommandStrings.scala index 55a640cd8..af2f680af 100644 --- a/main/src/main/scala/sbt/CommandStrings.scala +++ b/main/src/main/scala/sbt/CommandStrings.scala @@ -73,7 +73,7 @@ s"""$ExportCommand [--last] + """ val InspectCommand = "inspect" - val inspectBrief = (InspectCommand, "Prints the value for 'key', the defining scope, delegates, related definitions, and dependencies.") + val inspectBrief = (InspectCommand + " [uses|tree|definitions] ", "Prints the value for 'key', the defining scope, delegates, related definitions, and dependencies.") val inspectDetailed = InspectCommand + """ @@ -110,7 +110,7 @@ InspectCommand + """ definitions val SetCommand = "set" - val setBrief = (SetCommand, "Evaluates a Setting and applies it to the current project.") + val setBrief = (s"$SetCommand [every] ", "Evaluates a Setting and applies it to the current project.") val setDetailed = SetCommand + """ [every]