aboutsummaryrefslogtreecommitdiffstats
path: root/src/relcool.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/relcool.erl')
-rw-r--r--src/relcool.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relcool.erl b/src/relcool.erl
index 13ef2ea..9e143a6 100644
--- a/src/relcool.erl
+++ b/src/relcool.erl
@@ -77,7 +77,7 @@ opt_spec_list() ->
"usually the OTP"},
{output_dir, $o, "output-dir", string, "The output directory for the release. This is `./` by default."},
{lib_dir, $l, "lib-dir", string, "Additional dirs that should be searched for OTP Apps"},
- {log_level, $V, "verbose", {integer, 2}, "Verbosity level, maybe between 0 and 2"}
+ {log_level, $V, "verbose", {integer, 1}, "Verbosity level, maybe between 0 and 2"}
].
-spec format_error(Reason::term()) -> iolist().