X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=zsh-completion;h=2755b64599faa68fb957281f90e22af83835f826;hp=0f6f3667b95ec4803f6d667c20c7bf463eca5bfb;hb=HEAD;hpb=d7f94db13a4999c6bf027b8d5458bf01f308c7d1 diff --git a/zsh-completion b/zsh-completion index 0f6f366..2755b64 100644 --- a/zsh-completion +++ b/zsh-completion @@ -1,24 +1,22 @@ #compdef grml-debootstrap -# Filename: /etc/zsh/completion.d/_grml-debootstrap +# Filename: /usr/share/zsh/vendor-completions/_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/ +# Bug-Reports: see https://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Apr 23 13:03:08 CEST 2007 [mika] ################################################################################ _arguments -s \ - '(-h --help)'{-h,--help}'[this help text]:' \ + '(-h --help)'{-h,--help}'[display usage information]:' \ '(-v --version)'{-v,--version}'[display version information]:' \ - '(-m --mirror)'{-m,--mirror}'[specify mirror for apt{-get,itude}]:mirror' \ - '(-p --mntpoint)'{-p,--mntpoint}'[mountpoint for the target system]:mount point:_path_files' \ + '(-m --mirror)'{-m,--mirror}'[specify Debian mirror]:mirror' \ '(-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]' \ - '--boot_append[appendline for kernel]' + '--hostname[specify hostname for target system]:hostname' \ + '--grub[installation device for grub]:device or directory:_path_files' \ + '--password[specify password for root user]:password' \ + '--bootappend[appendline for kernel]:kernel-options' ## END OF FILE ################################################################# # vim:ft=zsh