Skip to content

Commit

Permalink
Merge pull request #193 from tsloughter/master
Browse files Browse the repository at this point in the history
remove defaults from getopts config for dev_mode and default_libs
  • Loading branch information
jwilberding committed Jun 14, 2014
2 parents da56473 + b03cc42 commit d6e12b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/relx.erl
Expand Up @@ -193,11 +193,11 @@ opt_spec_list() ->
{path, $p, "path", string,
"Additional dir to add to the code path"},
{default_libs, undefined, "default-libs",
{boolean, true},
boolean,
"Whether to use the default system added lib dirs (means you must add them all manually). Default is true"},
{log_level, $V, "verbose", {integer, 2},
"Verbosity level, maybe between 0 and 3"},
{dev_mode, $d, "dev-mode", {boolean, false},
{dev_mode, $d, "dev-mode", boolean,
"Symlink the applications and configuration into the release instead of copying"},
{override, $a, "override", string,
"Provide an app name and a directory to override in the form <appname>:<app directory>"},
Expand Down

0 comments on commit d6e12b0

Please sign in to comment.