diff --git a/src/linux/usr/share/man/man1/sbt.1 b/src/linux/usr/share/man/man1/sbt.1 index 8c806e165..9e33972d0 100644 --- a/src/linux/usr/share/man/man1/sbt.1 +++ b/src/linux/usr/share/man/man1/sbt.1 @@ -16,28 +16,32 @@ Runs the Simple Build Tool using the currently installed .BR java (1) The current directory is assumed to be the project. .SH OPTIONS -.IP -h +.IP "-h, -help" Show help options. -.IP "-verbose | -v" +.IP "-v, -verbose" turn up the noise -.IP "-debug or -d" +.IP "-d, -debug" set sbt log level to debug .IP -no-colors disable ANSI color codes .IP -sbt-create start sbt even if current directory contains no sbt project -.IP "-sbt-dir " +.IP "-sbt-dir " path to global settings/plugins directory (default: ~/.sbt) .IP "-sbt-boot " path to shared boot directory (default: ~/.sbt/boot in 0.11 series) -.IP "-ivy " +.IP "-ivy " path to local Ivy repository (default: ~/.ivy2) -.IP "-mem " +.IP "-mem " set memory options (default: $sbt_mem, which is $(get_mem_opts $sbt_mem)) .IP "-no-share" use all local caches; no sharing .IP "-no-global" uses global caches, but does not use global ~/.sbt directory. +.IP "-jvm-debug " +Turn on JVM debugging, open at the given port. +.IP -batch +Disable interactive mode .IP -offline put sbt in offline mode .SH SBT Version Options @@ -48,7 +52,7 @@ The Simple Build Tool version to use. This script will download necessary versions using the .BR curl (1) tool. -.IP "-sbt-jar " +.IP "-sbt-jar " use the specified jar as the sbt launcher .IP "-sbt-rc" use an RC version of sbt @@ -72,6 +76,8 @@ alternate JAVA_HOME pass -Dkey=val directly to the java runtime .IP -J-X pass option -X directly to the java runtime (-J is stripped) +.IP -S-X +add -X to sbt's scalacOptions (-S is stripped) .SH FILES .I ~/.sbt .RS @@ -79,8 +85,12 @@ The user configuration file. .RE .I ".sbtopts" .RS -If this file exists in the sbt root, it is prepended to the +if this file exists in the current directory, it is prepended to the runner args. +.RE +.I "/etc/sbt/sbtopts" +.RS +if this file exists, it is prepended to the runner args .SH ENVIRONMENT .IP JAVA_OPTS If non-null a set of arguments passed to java.