mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
24387: update --force-* options for dpkg completion.
This commit is contained in:
parent
b043bce8d7
commit
8df062d68e
2 changed files with 17 additions and 12 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-13 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24387: Completion/Debian/Command/_dpkg: update --force-*
|
||||
options for dpkg completion.
|
||||
|
||||
2008-01-13 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* users/12426: Functions/Misc/sticky-note: post-its for zsh.
|
||||
|
|
|
@ -68,7 +68,7 @@ _dpkg_options=(
|
|||
'-D+[debug options]:debug options:(h 1 2 3)'
|
||||
'--debug=[debug options]:debug options:(help 1 2 3)'
|
||||
'--ignore-depends=[ignore depends involving package]:package:_deb_packages avail'
|
||||
--{force,refuse,no-force}'--[forcing options]:what:(auto-select downgrade configure-any hold bad-path not-root overwrite overwrite-diverted depends-version depends confnew confold confdef confmiss conflicts architecture overwrite-dir remove-reinstreq remove-essential)'
|
||||
--{force,refuse,no-force}'--[forcing options]:what:(all downgrade configure-any hold bad-path not-root overwrite overwrite-diverted bad-verify depends-version depends confnew confold confdef confmiss conflicts architecture overwrite-dir remove-reinstreq remove-essential help)'
|
||||
)
|
||||
|
||||
_dpkg_options_recursive=( '(--recursive -R)'{--recursive,-R}'[recursive]' )
|
||||
|
|
Loading…
Reference in a new issue