diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-12-12 23:26:31 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-12-12 23:26:31 +0000 |
commit | 11fc29f8b2025aaac63562e768dcfee06e848793 (patch) | |
tree | 43b93063aba7e027dd928570266bfdf55aa848f8 /Completion/Debian | |
parent | 512c62fc03c42835e1ff5c0f09a326d99768693f (diff) | |
download | zsh-11fc29f8b2025aaac63562e768dcfee06e848793.tar.gz zsh-11fc29f8b2025aaac63562e768dcfee06e848793.tar.xz zsh-11fc29f8b2025aaac63562e768dcfee06e848793.zip |
Michael Prokop: 27504: fix typo with dput --delayed.
Diffstat (limited to 'Completion/Debian')
-rw-r--r-- | Completion/Debian/Command/_dput | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_dput b/Completion/Debian/Command/_dput index 01aac15e0..20465346c 100644 --- a/Completion/Debian/Command/_dput +++ b/Completion/Debian/Command/_dput @@ -5,7 +5,7 @@ _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)' \ + '(-e --delayed)'{-E,--delayed}'[number of days in delayed queue]:number of days:(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]' \ |