From ecd3b8843d29de258f1e57b37273c4b8ce50a07e Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 24 Oct 2013 16:34:16 -0400 Subject: [PATCH] clean up show command description to use string interpolation --- main/src/main/scala/sbt/CommandStrings.scala | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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.