From 21056c6af7e0be26f49ed3c72fe297c56a2737bc Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 20 Sep 2013 19:49:28 -0500 Subject: replace confusing disable-default-libs option with default-libs true or false --- src/relx.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/relx.erl') diff --git a/src/relx.erl b/src/relx.erl index 2aac8e4..f6575a1 100644 --- a/src/relx.erl +++ b/src/relx.erl @@ -192,9 +192,9 @@ opt_spec_list() -> "Additional dir that should be searched for OTP Apps"}, {path, $p, "path", string, "Additional dir to add to the code path"}, - {disable_default_libs, undefined, "disable-default-libs", - {boolean, false}, - "Disable the default system added lib dirs (means you must add them all manually"}, + {default_libs, undefined, "default-libs", + {boolean, true}, + "Whether to use the default system added lib dirs (means you must add them all manually). Default is true"}, {log_level, $V, "verbose", {integer, 1}, "Verbosity level, maybe between 0 and 2"}, {override_app, $a, "override_app", string, -- cgit v1.2.3