From 912948f5c86b2deb78fba0b1aafcd9c6f28a11dc Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 9 Dec 2012 20:40:41 -0500 Subject: [PATCH] update 'apply' help string to include -cp option --- main/command/src/main/scala/sbt/BasicCommandStrings.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"