Documentation typos

This commit is contained in:
Christopher Dow 2013-04-22 08:27:55 -07:00
parent 3d19938968
commit 831455f602
2 changed files with 3 additions and 3 deletions

View File

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

View File

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