diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2009-01-24 13:59:21 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2009-01-24 13:59:21 +0000 |
commit | f99436b3a98dfbb86b3dd547d5c58a412b967bd7 (patch) | |
tree | de82ec25ac89d85ea97e923bee3073c1ec88501e /Completion/Cygwin/Command/_mkzsh | |
parent | fa322e5464c8d78fa0c3ac83d3032b51d8120938 (diff) | |
download | zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.gz zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.xz zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.zip |
26411: update Cygwin completion functions
Diffstat (limited to 'Completion/Cygwin/Command/_mkzsh')
-rw-r--r-- | Completion/Cygwin/Command/_mkzsh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Completion/Cygwin/Command/_mkzsh b/Completion/Cygwin/Command/_mkzsh index 2a31e12bc..e1dc0fbc8 100644 --- a/Completion/Cygwin/Command/_mkzsh +++ b/Completion/Cygwin/Command/_mkzsh @@ -1,10 +1,7 @@ #compdef mkzsh mkzsh.exe -#Generated by Felix Rosencrantz -local context state line -typeset -A opt_args -_arguments \ +_arguments -s -S \ '(--allusers -A)'{-A,--allusers}'[creates item for All Users instead of just current user]' \ '(--desktop -D)'{-D,--desktop}'[creates a Desktop icon for running /zsh.bat]' \ '(--smprograms -P)'{-P,--smprograms}'[creates a Program menu item for running /zsh.bat]' \ - '(--help -h)'{-h,--help}'[prints usage]' + '(--help -h)'{-h,--help}'[display help information]' |