index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Wallace <danielwallace@gtmanfred.com> | 2013-03-07 01:59:24 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-10 09:07:00 +1000 |
commit | 1b78e2bb1af03e6e5245ebe1399222d0f1bfea49 (patch) | |
tree | 843b5e2f52b7bd59ab29c4aa25499e89ab60e787 /contrib/zsh_completion.in | |
parent | 8fd62a39b5d7cb7b8fd73bdfc5dc1ef55f445091 (diff) |
-rw-r--r-- | contrib/zsh_completion.in | 1 |
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index fe855bd2..3fec4eca 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -19,6 +19,7 @@ _pacman_opts_commands=( # options for passing to _arguments: options common to all commands _pacman_opts_common=( '-b[Alternate database location]:database_location:_files -/' + '--color[colorize the output]:color options:(always never auto)' '-h[Display syntax for the given operation]' '-r[Set alternate installation root]:installation root:_files -/' '-v[Be more verbose]' |