aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-01-14 16:26:07 -0800
committerJordan Wilberding <[email protected]>2015-01-14 16:26:07 -0800
commit9fc9a2f6556d8e86633c87a29db7dc9419005c48 (patch)
tree7770c070a3140fa288f5c89300d4845cec71802d /README.md
parentab85c2365ad346d77aa425507df75733e4af01d8 (diff)
parent2dc924a4728177987c3e74f5c1e28d4b9fbc8e90 (diff)
downloadrelx-9fc9a2f6556d8e86633c87a29db7dc9419005c48.tar.gz
relx-9fc9a2f6556d8e86633c87a29db7dc9419005c48.tar.bz2
relx-9fc9a2f6556d8e86633c87a29db7dc9419005c48.zip
Merge pull request #294 from tsloughter/tar_system_libs
remove system libs from tarball if set to 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 645a432..672290f 100644
--- a/README.md
+++ b/README.md
@@ -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 |