X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=zsh-completion;h=7988af4c14d11fa24159a9995630d3b14e0373dd;hp=1c48e0ce2f559afe29b4bfb948141a47439b40ab;hb=57711a9a73f6be11a5c1ec70661a7e7a8a74b46d;hpb=98007e393a49f71587ab827ed51a0d101bfa2346 diff --git a/zsh-completion b/zsh-completion index 1c48e0c..7988af4 100644 --- a/zsh-completion +++ b/zsh-completion @@ -1,13 +1,12 @@ +#compdef grml-debootstrap + # Filename: /etc/zsh/completion.d/_grml-debootstrap # Purpose: zsh completion for grml-debootstrap # Authors: grml-team (grml.org), (c) Frank Terbeck , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Apr 16 23:02:57 CEST 2007 [mika] ################################################################################ -#compdef grml-debootstrap - _arguments -s \ '(-h --help)'{-h,--help}'[this help text]:' \ '(-v --version)'{-v,--version}'[display version information]:' \ @@ -17,7 +16,8 @@ _arguments -s '(-t --target)'{-t,--target}'[target partition or directory]:device or directory:_path_files' \ '--grub[installation device for grub]:grub syntax' \ '--groot[root device for usage in grub]:grub syntax' \ - '--password[specify password for root user]' + '--password[specify password for root user]' \ + '--bootappend[appendline for kernel]' ## END OF FILE ################################################################# # vim:ft=zsh