summaryrefslogtreecommitdiff
path: root/Completion/Debian/Command
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-08-19 11:06:02 +0000
committerClint Adams <clint@users.sourceforge.net>2007-08-19 11:06:02 +0000
commite7932926a6b668d4c854abfaa0ffc86a1ca6b780 (patch)
treec14e624962a0b40a0a1f0854c8c3bce141201b52 /Completion/Debian/Command
parent34570ca31863a06c0bd8963c2530248f18f79a04 (diff)
downloadzsh-e7932926a6b668d4c854abfaa0ffc86a1ca6b780.tar.gz
zsh-e7932926a6b668d4c854abfaa0ffc86a1ca6b780.zip
23780: add -e, -H, and optional host argument.
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r--Completion/Debian/Command/_dput3
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_dput b/Completion/Debian/Command/_dput
index 664b9b231..9c6fc02b1 100644
--- a/Completion/Debian/Command/_dput
+++ b/Completion/Debian/Command/_dput
@@ -4,11 +4,14 @@ _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]' \
+ '(-e --delayed)'{-E,--delayed}'number of days in delayed queue:(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15)' \
'(-f --force)'{-f,--force}'[force upload of already uploaded package]' \
+ '(-H --host-list)'{-H,--host-list}'[display host list]' \
'(-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]' \
+ '1::host:_hosts' \
'*:changes file:_files -g "*.changes(-.)"'