diff --git a/main/src/main/scala/sbt/CommandStrings.scala b/main/src/main/scala/sbt/CommandStrings.scala index af2f680af..eed77abce 100644 --- a/main/src/main/scala/sbt/CommandStrings.scala +++ b/main/src/main/scala/sbt/CommandStrings.scala @@ -24,11 +24,11 @@ EvalCommand + """ def showHelp = Help(ShowCommand, (ShowCommand + " ", actBrief), actDetailed) def actBrief = "Displays the result of evaluating the setting or task associated with 'key'." def actDetailed = -ShowCommand + """ +s"""ShowCommand Displays the value of the specified setting. -""" + ShowCommand + """ +$ShowCommand Evaluates the specified task and display the value returned by the task.""" @@ -81,7 +81,7 @@ InspectCommand + """ Otherwise, the type of task ("Task" or "Input task") is displayed. "Dependencies" shows the settings that this setting depends on. - + "Reverse dependencies" shows the settings that depend on this setting. When a key is resolved to a value, it may not actually be defined in the requested scope. @@ -91,7 +91,7 @@ InspectCommand + """ "Related" shows all of the scopes in which the key is defined. -""" + +""" + InspectCommand + """ tree Displays `key` and its dependencies in a tree structure. @@ -140,13 +140,13 @@ This is a list of %s defined for the current project. It does not list the scopes the %] % Runs for each Scala version specified for cross-building.