From b6256ff5293771a6dcbdbfc5ea303f586d3de3ad Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 17 Sep 2007 00:17:55 +0200 Subject: [PATCH] Replace -suite with -s in zsh completion --- etc/zsh/completion.d/_grml-live | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4