diff options
author | Tristan Sloughter <[email protected]> | 2014-06-25 09:23:30 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2014-06-25 09:23:44 -0500 |
commit | 0c5fad28bcf8409dbac0634c8facbd548a594384 (patch) | |
tree | fbf9c81a7e340126b32527c125641241181b00a3 | |
parent | f9fc1575484ce30940e9af942f1ad29724da59f4 (diff) | |
download | relx-0c5fad28bcf8409dbac0634c8facbd548a594384.tar.gz relx-0c5fad28bcf8409dbac0634c8facbd548a594384.tar.bz2 relx-0c5fad28bcf8409dbac0634c8facbd548a594384.zip |
update README with new include-erts cli option
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ Options | | --overlay_vars | string | | Path to a file of overlay variables | | | --sys_config | string | | Path to a file to use for sys.config | | -d | --dev-mode | boolean | false | Symlink all applications and configuration into the release instead of copying| +| -i | --include-erts | boolean/string | true | If true include a copy of erts used to build with, if a path include erts at that path. If false, do not include erts | + Wiki ---- |