summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-06-16 08:14:39 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-06-16 08:14:39 +0300
commitfbaa1fc66e4eaf25d924c7e6b0398c484315a754 (patch)
tree516fa4c013420a41a5620623cfdd211b5b41090b
parent53a2a03dbdbc09eea169fb43fe58d34e7698a79f (diff)
* minor update to mu-completion.zsh
-rw-r--r--contrib/mu-completion.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mu-completion.zsh b/contrib/mu-completion.zsh
index 4e0cbf9..f47a091 100644
--- a/contrib/mu-completion.zsh
+++ b/contrib/mu-completion.zsh
@@ -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]'
)