From ab732dc7bae9b524ee01531bc11bb4d8e1a9240d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 10 Sep 2009 08:17:17 +0200 Subject: Replaced the fairly useless --debug option by 'ct debug' --- provides/zsh/completions/_ct | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'provides/zsh') 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 -/' \ -- cgit v1.2.3