about summary refs log tree commit diff
path: root/Completion/Cygwin/Command/_dumper
diff options
context:
space:
mode:
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'
-