* minor update to mu-completion.zsh

This commit is contained in:
Dirk-Jan C. Binnema 2011-06-16 08:14:39 +03:00
parent 53a2a03dbd
commit fbaa1fc66e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ _mu_commands() {
_mu_common_options=(
'--debug[output information useful for debugging mu]'
'--quiet[do not give any non-critical information]'
'--no-color[do not use any colors in the output]'
'--color[use colors in some of the output]'
'--version[display mu version and copyright information]'
'--log-stderr[log to standard error]'
)