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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3036686..0eabf99 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Options | -o | --output-dir | string | ./ | The output directory for the release | | -l | --lib-dir | string | | Additional dirs to search for OTP apps | | -p | --path | string | | Additional dirs to add to Erlang code path | -| | --disable-default-libs | boolean | false | Disable use of the default system added lib dirs | +| | --default-libs | boolean | true | Whether to use the default system added lib dirs (means you must add them all manually) | | -V | --verbose | integer | 0 | The verbosity level between 0 and 2 | | -a | --override_app | string | | An app name and a directory to override in the form appname:dir | | -c | --config | string | ./relx.config | Config file path | -- cgit v1.2.3