about summary refs log tree commit diff
path: root/Completion/Cygwin/Command/_dumper
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2009-01-24 13:59:21 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2009-01-24 13:59:21 +0000
commitf99436b3a98dfbb86b3dd547d5c58a412b967bd7 (patch)
treede82ec25ac89d85ea97e923bee3073c1ec88501e /Completion/Cygwin/Command/_dumper
parentfa322e5464c8d78fa0c3ac83d3032b51d8120938 (diff)
downloadzsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.gz
zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.xz
zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.zip
26411: update Cygwin completion functions
Diffstat (limited to 'Completion/Cygwin/Command/_dumper')
-rw-r--r--Completion/Cygwin/Command/_dumper18
1 files changed, 8 insertions, 10 deletions
diff --git a/Completion/Cygwin/Command/_dumper b/Completion/Cygwin/Command/_dumper
index bcee4042b..42af5fd07 100644
--- a/Completion/Cygwin/Command/_dumper
+++ b/Completion/Cygwin/Command/_dumper
@@ -1,13 +1,11 @@
 #compdef dumper dumper.exe
-#Generated by Felix Rosencrantz
 
-local context state line
-typeset -A opt_args
-_arguments   \
-  '(--verbose -d)'{-d,--verbose}'[be verbose while dumping]' \
-  '(--help -h)'{-h,--help}'[output help information and exit]' \
-  '(--quiet -q)'{-q,--quiet}'[be quiet while dumping (default)]' \
-  '(--version -v)'{-v,--version}'[output version information and exit]' \
-  '1: :_file' \
+# cygwin 1.5.25
+
+_arguments -s -S \
+  '(--verbose -d --quiet -q)'{-d,--verbose}'[be verbose while dumping]' \
+  '(--verbose -d --quiet -q)'{-q,--quiet}'[be quiet while dumping (default)]' \
+  '(- 1 *)'{-h,--help}'[output help information and exit]' \
+  '(- 1 *)'{-v,--version}'[output version information and exit]' \
+  '1: :_files' \
   '*: :_pids'
-