X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;fp=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=9a71298e5e25514064a7fcd6ad0f9924241ee052;hp=ae3040de6dc6694c2e710a650958e99e90802e5c;hb=b6256ff5293771a6dcbdbfc5ea303f586d3de3ad;hpb=28e508a00a8343d3c4fc0c931beedd10d0f229c4 diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index ae3040d..9a71298 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -4,14 +4,14 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Sep 17 00:11:55 CEST 2007 [mika] +# Latest change: Mon Sep 17 00:17:42 CEST 2007 [mika] ################################################################################ arguments=( '-c:classe(s):(`cd /etc/grml/fai/config/package_config && ls`)' '-F[force execution without prompting for yes/no]' '-h[display usage information]' - '-suite:Debian suite:(stable testing unstable etch lenny sid)' + '-s:Debian suite:(stable testing unstable etch lenny sid)' '-v[increase verbosity]' ) _arguments -s $arguments