Skip to content

Commit

Permalink
Merge pull request #2395 from paulo-ferraz-oliveira/fix/release_verbose
Browse files Browse the repository at this point in the history
Remove verbosity option that was taken out in relx 4.x
  • Loading branch information
ferd authored Oct 10, 2020
2 parents 17c340b + b86c9b8 commit c1217e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rebar_relx.erl
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ opt_spec_list() ->
"Print usage"},
{lib_dir, $l, "lib-dir", string,
"Additional dir that should be searched for OTP Apps"},
{log_level, $V, "verbose", {integer, 2},
"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,
Expand Down

0 comments on commit c1217e7

Please sign in to comment.