Remove reference to get_mem_opts

This commit is contained in:
Eugene Yokota 2019-05-22 23:40:10 -04:00
parent bd32204c21
commit 8015e9f1a9
1 changed files with 1 additions and 1 deletions

View File

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