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:
eugene yokota 2019-10-19 23:02:19 -04:00 committed by GitHub
commit d97d9e66ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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