diff --git a/main/command/src/main/scala/sbt/BasicCommandStrings.scala b/main/command/src/main/scala/sbt/BasicCommandStrings.scala index 951ae2ecb..fa6fc4b5d 100644 --- a/main/command/src/main/scala/sbt/BasicCommandStrings.scala +++ b/main/command/src/main/scala/sbt/BasicCommandStrings.scala @@ -54,9 +54,10 @@ ReadCommand + ReadFiles + """ def ApplyCommand = "apply" def ApplyDetailed = -ApplyCommand + """ * +ApplyCommand + """ [-cp|-classpath ] * Transforms the current State by calling .apply(currentState) for each listed module name. Here, currentState is of type sbt.State. + If a classpath is provided, modules are loaded from a new class loader for this classpath. """ def RebootCommand = "reboot"