diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2011-06-16 08:14:39 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2011-06-16 08:14:39 +0300 |
| commit | fbaa1fc66e4eaf25d924c7e6b0398c484315a754 (patch) | |
| tree | 516fa4c013420a41a5620623cfdd211b5b41090b /contrib | |
| parent | 53a2a03dbdbc09eea169fb43fe58d34e7698a79f (diff) | |
* minor update to mu-completion.zsh
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/mu-completion.zsh | 2 |
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]' ) |
