diff options
author | Tristan Sloughter <[email protected]> | 2015-01-11 11:55:14 -0600 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-01-11 11:55:14 -0600 |
commit | 2dc924a4728177987c3e74f5c1e28d4b9fbc8e90 (patch) | |
tree | 23fb697e1cb2d69bef3eae5366264d208523d298 | |
parent | 05adf1f78a776406f19774de51ab42dfbd7da7ad (diff) | |
download | relx-2dc924a4728177987c3e74f5c1e28d4b9fbc8e90.tar.gz relx-2dc924a4728177987c3e74f5c1e28d4b9fbc8e90.tar.bz2 relx-2dc924a4728177987c3e74f5c1e28d4b9fbc8e90.zip |
Update README.md to reflect change to system_libs option
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ Options | -u | --upfrom | string | | The release to upgrade from. Only valid with relup target | | -o | --output-dir | string | ./ | The output directory for the release | | -l | --lib-dir | string | | Additional dirs to search for OTP apps | -| | --system_libs | string | | Path to a Erlang system libs to use | +| | --system_libs | boolean/string | true | If true include a copy of system libs used to build with, if a path include system libs at that path. If false, do not include system libs | | -p | --path | string | | Additional dirs to add to Erlang code path | | | --default-libs | boolean | true | Whether to use the default system added lib dirs (means you must add them all manually) | | -V | --verbose | integer | 2 | The verbosity level between 0 and 3 | |