From f99436b3a98dfbb86b3dd547d5c58a412b967bd7 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 24 Jan 2009 13:59:21 +0000 Subject: 26411: update Cygwin completion functions --- Completion/Cygwin/Command/_mkzsh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Completion/Cygwin/Command/_mkzsh') 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]' -- cgit 1.4.1