From fbaa1fc66e4eaf25d924c7e6b0398c484315a754 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 16 Jun 2011 08:14:39 +0300 Subject: [PATCH] * minor update to mu-completion.zsh --- contrib/mu-completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mu-completion.zsh b/contrib/mu-completion.zsh index 4e0cbf98..f47a0911 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]' )