mirror of https://github.com/sbt/sbt.git
Merge pull request #304 from er1c/deprecated-args
Remove unimplemented --sbt-rc and --sbt-snapshot arguments from docs and scripts
This commit is contained in:
commit
d97d9e66ff
|
|
@ -26,8 +26,6 @@ Usage: sbt [options]
|
|||
# sbt version (default: from project/build.properties if present, else latest release)
|
||||
-sbt-version <version> use the specified version of sbt
|
||||
-sbt-jar <path> use the specified jar as the sbt launcher
|
||||
-sbt-rc use an RC version of sbt
|
||||
-sbt-snapshot use a snapshot version of sbt
|
||||
|
||||
# java version (default: java from PATH, currently openjdk version "1.8.0_172")
|
||||
-java-home <path> alternate JAVA_HOME
|
||||
|
|
|
|||
|
|
@ -57,10 +57,6 @@ Disable interactive mode
|
|||
Use the alternate system wide
|
||||
.IP "--sbt-jar <path>"
|
||||
use the specified jar as the sbt launcher
|
||||
.IP "--sbt-rc"
|
||||
use an RC version of sbt
|
||||
.IP --sbt-snapshot
|
||||
use a snapshot version of sbt
|
||||
.SH Java Options
|
||||
.IP "--java-home <path>"
|
||||
alternate JAVA_HOME
|
||||
|
|
|
|||
|
|
@ -446,8 +446,6 @@ Usage: `basename "$0"` [options]
|
|||
# sbt version (default: from project/build.properties if present, else latest release)
|
||||
--sbt-version <version> use the specified version of sbt
|
||||
--sbt-jar <path> use the specified jar as the sbt launcher
|
||||
--sbt-rc use an RC version of sbt
|
||||
--sbt-snapshot use a snapshot version of sbt
|
||||
|
||||
# java version (default: java from PATH, currently $(java -version 2>&1 | grep version))
|
||||
--java-home <path> alternate JAVA_HOME
|
||||
|
|
|
|||
|
|
@ -766,8 +766,6 @@ echo.
|
|||
echo # sbt version ^(default: from project/build.properties if present, else latest release^)
|
||||
echo --sbt-version ^<version^> use the specified version of sbt
|
||||
rem echo --sbt-jar ^<path^> use the specified jar as the sbt launcher
|
||||
rem echo --sbt-rc use an RC version of sbt
|
||||
rem echo --sbt-snapshot use a snapshot version of sbt
|
||||
echo.
|
||||
echo # java version ^(default: java from PATH, currently !FULL_JAVA_VERSION!^)
|
||||
echo --java-home ^<path^> alternate JAVA_HOME
|
||||
|
|
|
|||
Loading…
Reference in New Issue