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/_dumper | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'Completion/Cygwin/Command/_dumper') 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' - -- cgit 1.4.1