aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-09-20 19:49:28 -0500
committerTristan Sloughter <[email protected]>2013-09-20 21:55:29 -0500
commit21056c6af7e0be26f49ed3c72fe297c56a2737bc (patch)
treeda263680b3ecb28ff8723e4ac0ca4a0e5b99b92f /README.md
parent2ef124bf890d98a4b71cafd89c280c8c084bc300 (diff)
downloadrelx-21056c6af7e0be26f49ed3c72fe297c56a2737bc.tar.gz
relx-21056c6af7e0be26f49ed3c72fe297c56a2737bc.tar.bz2
relx-21056c6af7e0be26f49ed3c72fe297c56a2737bc.zip
replace confusing disable-default-libs option with default-libs true or false
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 |