summaryrefslogtreecommitdiff
path: root/priv/shell-completion
diff options
context:
space:
mode:
authorJared Morrow <jared@basho.com>2013-12-16 12:47:16 -0800
committerJared Morrow <jared@basho.com>2013-12-16 12:47:16 -0800
commitfbc51c0a8c9b1ceca807b7a5a60e8503bc47b308 (patch)
tree0e6a145f0f4c68683a42917d5abbde82bc7bb5a3 /priv/shell-completion
parentad1da88a07a207bf6974d0fca7db4c5ac3bb51d0 (diff)
parent277a10cd3b10a885b35ba9b75b85398870525658 (diff)
Merge pull request #184 from tuncer/logging
Fix log levels
Diffstat (limited to 'priv/shell-completion')
-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)'