From 8015e9f1a9d1a09bca3bb05fc5a3ec6e842565ea Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 22 May 2019 23:40:10 -0400 Subject: [PATCH] Remove reference to get_mem_opts --- src/universal/bin/sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal/bin/sbt b/src/universal/bin/sbt index 0dab765dc..79d92cc95 100755 --- a/src/universal/bin/sbt +++ b/src/universal/bin/sbt @@ -401,7 +401,7 @@ Usage: `basename "$0"` [options] --sbt-dir path to global settings/plugins directory (default: ~/.sbt) --sbt-boot path to shared boot directory (default: ~/.sbt/boot in 0.11 series) --ivy path to local Ivy repository (default: ~/.ivy2) - --mem set memory options (default: $sbt_default_mem, which is $(get_mem_opts)) + --mem 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 Turn on JVM debugging, open at the given port.