update 'apply' help string to include -cp option

This commit is contained in:
Mark Harrah 2012-12-09 20:40:41 -05:00
parent 1d18532bf0
commit 912948f5c8
1 changed files with 2 additions and 1 deletions

View File

@ -54,9 +54,10 @@ ReadCommand + ReadFiles + """
def ApplyCommand = "apply"
def ApplyDetailed =
ApplyCommand + """ <module-name>*
ApplyCommand + """ [-cp|-classpath <classpath>] <module-name>*
Transforms the current State by calling <module-name>.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"