X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=zsh-completion;h=2e80cd661d2d70b395e9f677f35ef35e66fbbdae;hp=7988af4c14d11fa24159a9995630d3b14e0373dd;hb=fc76b6354c5b9b9b9f3fac01b831887c5b603504;hpb=46ad17b8897ab5cf132e348406f2bac7e97acbfc diff --git a/zsh-completion b/zsh-completion index 7988af4..2e80cd6 100644 --- a/zsh-completion +++ b/zsh-completion @@ -1,9 +1,9 @@ #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. ################################################################################ @@ -14,8 +14,7 @@ _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]' \ '--bootappend[appendline for kernel]'