mirror of https://github.com/sbt/sbt.git
Documentation typos
This commit is contained in:
parent
3d19938968
commit
831455f602
|
|
@ -82,9 +82,9 @@ The user configuration file.
|
|||
If this file exists in the sbt root, it is prepended to the
|
||||
runner args.
|
||||
.SH ENVIRONMENT
|
||||
.IP JAVAOPTS
|
||||
.IP JAVA_OPTS
|
||||
If non-null a set of arguments passed to java.
|
||||
.IP SBTOPTS
|
||||
.IP SBT_OPTS
|
||||
environment variable, if unset uses "$default_sbt_opts".
|
||||
.SH EXAMPLES
|
||||
Most users of this script will only have to call "sbt" on the command line.
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ Usage: $script_name [options]
|
|||
-Dkey=val pass -Dkey=val directly to the java runtime
|
||||
-J-X pass option -X directly to the java runtime
|
||||
(-J is stripped)
|
||||
-S-X add -X to sbt's scalacOptions (-J is stripped)
|
||||
-S-X add -X to sbt's scalacOptions (-S is stripped)
|
||||
|
||||
In the case of duplicated or conflicting options, the order above
|
||||
shows precedence: JAVA_OPTS lowest, command line options highest.
|
||||
|
|
|
|||
Loading…
Reference in New Issue