From 4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 25 Nov 2005 15:28:43 +0000 Subject: update dput, baz, getconf, gpg, iconv, man, ssh, xmlsoft, gv from HEAD --- Completion/Debian/Command/_dput | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Completion/Debian/Command/_dput (limited to 'Completion/Debian') diff --git a/Completion/Debian/Command/_dput b/Completion/Debian/Command/_dput new file mode 100644 index 000000000..664b9b231 --- /dev/null +++ b/Completion/Debian/Command/_dput @@ -0,0 +1,14 @@ +#compdef dput + +_arguments \ + '(-c --config)'{-c,--config}'[specify config file]:config file:_files' \ + '(-d --debug)'{-d,--debug}'[debug mode]' \ + '(-D --dinstall)'{-D,--dinstall}'[run dinstall after upload]' \ + '(-f --force)'{-f,--force}'[force upload of already uploaded package]' \ + '(-l --lintian)'{-l,--lintian}'[run lintian before upload]' \ + '(-o --check-only)'{-o,--check-only}'[check the package, do not upload]' \ + '(-p --print)'{-p,--print}'[print configuration]' \ + '(-s --simulate)'{-s,--simulate}'[simulate an upload only]' \ + '(-u --unchecked)'{-u,--unchecked}'[do not check GPG signature on the changes file]' \ + '(-v --version)'{-v,--version}'[show version information]' \ + '*:changes file:_files -g "*.changes(-.)"' -- cgit 1.4.1