X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=zsh-completion;h=25008d1136d80e1d9a31fd198f0ca2cbc02f0443;hp=a72f54499bbe8d3de5251b47512b3e1159f1506b;hb=76ed29a773435264b5bb623b51c50d974a70e380;hpb=854ae66b8bcf6287ed4cb3112423aa5dd73d7268 diff --git a/zsh-completion b/zsh-completion index a72f544..25008d1 100644 --- a/zsh-completion +++ b/zsh-completion @@ -1,5 +1,11 @@ #compdef grml-debootstrap -# vim:ft=zsh + +# 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. +################################################################################ _arguments -s \ '(-h --help)'{-h,--help}'[this help text]:' \ @@ -8,7 +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' \ - '--password[specify password for root user]' + '--grub[installation device for grub]' \ + '--password[specify password for root user]' \ + '--bootappend[appendline for kernel]' +## END OF FILE ################################################################# +# vim:ft=zsh