Replace -suite with -s in zsh completion
[grml-live.git] / etc / zsh / completion.d / _grml-live
1 #compdef grml-live
2 # Filename:      /etc/zsh/completion.d/_grml-live
3 # Purpose:       completion for command grml-live for zsh (z shell)
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 # Latest change: Mon Sep 17 00:17:42 CEST 2007 [mika]
8 ################################################################################
9
10 arguments=(
11   '-c:classe(s):(`cd /etc/grml/fai/config/package_config && ls`)'
12   '-F[force execution without prompting for yes/no]'
13   '-h[display usage information]'
14   '-s:Debian suite:(stable testing unstable etch lenny sid)'
15   '-v[increase verbosity]'
16 )
17 _arguments -s $arguments
18
19 ## END OF FILE #################################################################
20 # vim:foldmethod=marker