Install zsh-completion in /usr/share/zsh/vendor-completions
[grml-debootstrap.git] / zsh-completion
index a72f544..2e80cd6 100644 (file)
@@ -1,5 +1,11 @@
 #compdef grml-debootstrap
-# vim:ft=zsh
+
+# Filename:      /usr/share/zsh/vendor-completions/_grml-debootstrap
+# Purpose:       zsh completion for grml-debootstrap
+# Authors:       grml-team (grml.org), (c) Frank Terbeck <ft@grml.org>, (c) Michael Prokop <mika@grml.org>
+# Bug-Reports:   see https://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