aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-06-24 19:19:21 -0500
committerTristan Sloughter <[email protected]>2014-06-24 19:19:21 -0500
commit0efab6868011ee6a9d0ed0e65bd745e14fc909ea (patch)
tree57c4045f082476b2eb0998dc3417562dbbac41d6 /src/relx.erl
parent82d0a9571fe30bec1722849bd9b9988856a95ec0 (diff)
downloadrelx-0efab6868011ee6a9d0ed0e65bd745e14fc909ea.tar.gz
relx-0efab6868011ee6a9d0ed0e65bd745e14fc909ea.tar.bz2
relx-0efab6868011ee6a9d0ed0e65bd745e14fc909ea.zip
add include-erts cmd line arg, same as the config variable
Diffstat (limited to 'src/relx.erl')
-rw-r--r--src/relx.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/relx.erl b/src/relx.erl
index 6216ab1..1364538 100644
--- a/src/relx.erl
+++ b/src/relx.erl
@@ -199,6 +199,8 @@ opt_spec_list() ->
"Verbosity level, maybe between 0 and 3"},
{dev_mode, $d, "dev-mode", boolean,
"Symlink the applications and configuration into the release instead of copying"},
+ {include_erts, $i, "include-erts", string,
+ "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"},
{override, $a, "override", string,
"Provide an app name and a directory to override in the form <appname>:<app directory>"},
{config, $c, "config", {string, ""}, "The path to a config file"},