X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=zsh-completion;fp=zsh-completion;h=2755b64599faa68fb957281f90e22af83835f826;hp=2e80cd661d2d70b395e9f677f35ef35e66fbbdae;hb=83408f346e63daa1db627cab8a33002290ac424f;hpb=fc76b6354c5b9b9b9f3fac01b831887c5b603504 diff --git a/zsh-completion b/zsh-completion index 2e80cd6..2755b64 100644 --- a/zsh-completion +++ b/zsh-completion @@ -8,15 +8,15 @@ ################################################################################ _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]' \ - '--password[specify password for root user]' \ - '--bootappend[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