mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
Michael Prokop: 27504: fix typo with dput --delayed.
This commit is contained in:
parent
512c62fc03
commit
11fc29f8b2
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-12-12 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* Michael Prokop: 27504: Completion/Debian/Command/_dput:
|
||||||
|
fix typo with dput --delayed.
|
||||||
|
|
||||||
2009-12-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2009-12-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* 27503: Src/utils.c: fix crash when changing a hook
|
* 27503: Src/utils.c: fix crash when changing a hook
|
||||||
|
@ -12467,5 +12472,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.4838 $
|
* $Revision: 1.4839 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -5,7 +5,7 @@ _arguments \
|
||||||
'(-c --config)'{-c,--config}'[specify config file]:config file:_files' \
|
'(-c --config)'{-c,--config}'[specify config file]:config file:_files' \
|
||||||
'(-d --debug)'{-d,--debug}'[debug mode]' \
|
'(-d --debug)'{-d,--debug}'[debug mode]' \
|
||||||
'(-D --dinstall)'{-D,--dinstall}'[run dinstall after upload]' \
|
'(-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]' \
|
'(-f --force)'{-f,--force}'[force upload of already uploaded package]' \
|
||||||
'(-H --host-list)'{-H,--host-list}'[display host list]' \
|
'(-H --host-list)'{-H,--host-list}'[display host list]' \
|
||||||
'(-l --lintian)'{-l,--lintian}'[run lintian before upload]' \
|
'(-l --lintian)'{-l,--lintian}'[run lintian before upload]' \
|
||||||
|
|
Loading…
Reference in a new issue