mirror of https://github.com/sbt/sbt.git
Remove reference to get_mem_opts
This commit is contained in:
parent
bd32204c21
commit
8015e9f1a9
|
|
@ -401,7 +401,7 @@ Usage: `basename "$0"` [options]
|
|||
--sbt-dir <path> path to global settings/plugins directory (default: ~/.sbt)
|
||||
--sbt-boot <path> path to shared boot directory (default: ~/.sbt/boot in 0.11 series)
|
||||
--ivy <path> path to local Ivy repository (default: ~/.ivy2)
|
||||
--mem <integer> set memory options (default: $sbt_default_mem, which is $(get_mem_opts))
|
||||
--mem <integer> set memory options (default: $sbt_default_mem)
|
||||
--no-share use all local caches; no sharing
|
||||
--no-global uses global caches, but does not use global ~/.sbt directory.
|
||||
--jvm-debug <port> Turn on JVM debugging, open at the given port.
|
||||
|
|
|
|||
Loading…
Reference in New Issue