about summary refs log tree commit diff
path: root/Completion/Cygwin/Command/_mkzsh
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Cygwin/Command/_mkzsh')
-rw-r--r--Completion/Cygwin/Command/_mkzsh7
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]'