X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=zsh-completion;h=25008d1136d80e1d9a31fd198f0ca2cbc02f0443;hp=b27c3b495c4862e42c34ed45235e0c0014f6163f;hb=344f0e99017fdc780208fc661621522f579a6ba4;hpb=dd916bb8959181ad9e54648d1cbf2fd6626c6a81 diff --git a/zsh-completion b/zsh-completion index b27c3b4..25008d1 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]:' \ @@ -15,10 +14,9 @@ _arguments -s '(-p --mntpoint)'{-p,--mntpoint}'[mountpoint for the target system]:mount point:_path_files' \ '(-r --release)'{-r,--release}'[specify the release name of the new system]:release' \ '(-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' \ + '--grub[installation device for grub]' \ '--password[specify password for root user]' \ - '--boot_append[appendline for kernel]' + '--bootappend[appendline for kernel]' ## END OF FILE ################################################################# # vim:ft=zsh