Use default path of `sbtopts`

This commit is contained in:
Jimin Hsieh 2018-05-31 16:37:25 +08:00
parent 5088697613
commit 23b90f23a9
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Usage: sbt [options]
SBT_OPTS environment variable, if unset uses "" SBT_OPTS environment variable, if unset uses ""
.sbtopts if this file exists in the current directory, its contents .sbtopts if this file exists in the current directory, its contents
are prepended to the runner args are prepended to the runner args
/usr/local/etc/sbtopts if this file exists, it is prepended to the runner args /etc/sbt/sbtopts if this file exists, it is prepended to the runner args
-Dkey=val pass -Dkey=val directly to the java runtime -Dkey=val pass -Dkey=val directly to the java runtime
-J-X pass option -X directly to the java runtime -J-X pass option -X directly to the java runtime
(-J is stripped) (-J is stripped)