mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-22 00:21:27 +01:00
24578: stop completing --print-gnu-build-architecture, which was dropped in 2005.
This commit is contained in:
parent
7814ace748
commit
ca82aaf80e
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2008-02-22 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24578: Completion/Debian/Command/_dpkg: stop completing
|
||||
--print-gnu-build-architecture, which was dropped in 2005.
|
||||
|
||||
* 24576: Functions/Calendar/calendar_add,
|
||||
Functions/Misc/sticky-note: replace shebang lines.
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@ _dpkg_actions=(
|
|||
'--set-selections[set selections]'
|
||||
'--yet-to-unpack[list uninstalled]'
|
||||
'--print-architecture[print target architecture]'
|
||||
'--print-gnu-build-architecture'
|
||||
'--print-installation-architecture'
|
||||
'--compare-versions[compare version numbers]:*::expression:= ->compare_versions'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue