X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=zsh-completion;h=25008d1136d80e1d9a31fd198f0ca2cbc02f0443;hp=0f6f3667b95ec4803f6d667c20c7bf463eca5bfb;hb=e5a62444ed50f5e35220107bd972d132e2d10625;hpb=d7f94db13a4999c6bf027b8d5458bf01f308c7d1 diff --git a/zsh-completion b/zsh-completion index 0f6f366..25008d1 100644 --- a/zsh-completion +++ b/zsh-completion @@ -5,7 +5,6 @@ # 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. -# Latest change: Mon Apr 23 13:03:08 CEST 2007 [mika] ################################################################################ _arguments -s \ @@ -15,10 +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' \ + '--grub[installation device for grub]' \ '--password[specify password for root user]' \ - '--boot_append[appendline for kernel]' + '--bootappend[appendline for kernel]' ## END OF FILE ################################################################# # vim:ft=zsh