mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-18 21:14:11 +01:00
21988: fix "simulare" typo.
This commit is contained in:
parent
efe48cacd4
commit
67c4c4efa6
@ -3,6 +3,9 @@
|
||||
* 21987: Completion/Unix/Command/_cplay: completion for
|
||||
cplay.
|
||||
|
||||
* 21988: Completion/Debian/Command/_dput: fix "simulare"
|
||||
typo.
|
||||
|
||||
2005-11-04 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* users/9618 modified as suggested in users/9621: Doc/Zsh/expn.yo,
|
||||
|
@ -8,7 +8,7 @@ _arguments \
|
||||
'(-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,--simulare}'[simulate an upload only]' \
|
||||
'(-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(-.)"'
|
||||
|
Loading…
Reference in New Issue
Block a user