summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2013-10-12 22:12:40 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2013-12-06 19:05:45 +0100
commit6de94e8a166bcf4f82d799cf8f208d39babed415 (patch)
tree61f7bcc4d8ce7bc9c16c2b74f54c415c1b819ed4 /priv
parente5d76e7e8cbd923b0f50034c2221f7abe1452804 (diff)
downloadrebar-6de94e8a166bcf4f82d799cf8f208d39babed415.tar.gz
Change default log level to 'warn' and introduce -q/--quiet
Diffstat (limited to 'priv')
-rw-r--r--priv/shell-completion/zsh/_rebar8
1 files changed, 4 insertions, 4 deletions
diff --git a/priv/shell-completion/zsh/_rebar b/priv/shell-completion/zsh/_rebar
index 3d04ba1..21d9a8a 100644
--- a/priv/shell-completion/zsh/_rebar
+++ b/priv/shell-completion/zsh/_rebar
@@ -7,10 +7,10 @@ _rebar_global_opts=(
'(--help -h)'{--help,-h}'[Show the program options]'
'(--commands -c)'{--commands,-c}'[Show available commands]'
'(--version -V)'{--version,-V}'[Show version information]'
- '(-vvv -vv -v)'--verbose+'[Verbosity level. Default: 0]:verbosity level:(0 1 2 3)'
- '(-vvv)-v[Slightly more verbose output]'
- '(-vvv)-vv[More verbose output]'
- '(-v -vv)-vvv[Most verbose output]'
+ '(-vv -v)'--verbose'[Enforce verbosity level]'
+ '(-vv)-v[Slightly more verbose output]'
+ '(-v)-vv[More verbose output]'
+ '(-vv -v --verbose)'{--quiet,-q}'[Quiet, only print error messages]'
'(--force -f)'{--force,-f}'[Force]'
'-D+[Define compiler macro]'
'(--jobs -j)'{--jobs+,-j+}'[Number of concurrent workers a command may use. Default: 3]:workers:(1 2 3 4 5 6 7 8 9)'