diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-10 08:17:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-10 08:17:17 +0200 |
commit | ab732dc7bae9b524ee01531bc11bb4d8e1a9240d (patch) | |
tree | eb6be3b4d650b490eb8d68c505ea5ddae0ecda2d /provides/zsh | |
parent | 46da59148a2660f5dc947639fc25a1a375b45881 (diff) |
Replaced the fairly useless --debug option by 'ct debug'
Diffstat (limited to 'provides/zsh')
-rw-r--r-- | provides/zsh/completions/_ct | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/provides/zsh/completions/_ct b/provides/zsh/completions/_ct index c0af61b..29625a5 100644 --- a/provides/zsh/completions/_ct +++ b/provides/zsh/completions/_ct @@ -6,7 +6,7 @@ typeset expl function _ct_action () { _wanted action expl 'action' \ - compadd add eval remove info list \ + compadd add debug eval remove info list \ log pull push refresh status update } @@ -76,7 +76,6 @@ function _ct_args { _arguments \ '--quiet[quiet mode]' \ - '--debug[debugmode]' \ '--auto-update[automatically update package list]' \ '*--checklinks-options[options for checklinks]:option' \ '--packagedir[package directory]:directory:_files -/' \ |