From: Michael Prokop Date: Sun, 16 Sep 2007 22:17:55 +0000 (+0200) Subject: Replace -suite with -s in zsh completion X-Git-Tag: 0.0.1~39 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b6256ff5293771a6dcbdbfc5ea303f586d3de3ad Replace -suite with -s in zsh completion --- 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