diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-02-22 03:01:10 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-02-22 03:01:10 +0000 |
commit | ca82aaf80e27d0a47ef70c5bd015c8fb1a38d09c (patch) | |
tree | 65e41355db9ad5839656f0646b61740b10207cde | |
parent | 7814ace748ff2fbf3bd8e2d661ed449bb128da11 (diff) | |
download | zsh-ca82aaf80e27d0a47ef70c5bd015c8fb1a38d09c.tar.gz zsh-ca82aaf80e27d0a47ef70c5bd015c8fb1a38d09c.tar.xz zsh-ca82aaf80e27d0a47ef70c5bd015c8fb1a38d09c.zip |
24578: stop completing --print-gnu-build-architecture, which was dropped in 2005.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Debian/Command/_dpkg | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c5e27b7d1..2bba5038a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/Completion/Debian/Command/_dpkg b/Completion/Debian/Command/_dpkg index a09c8dcc3..a7bcbfdb1 100644 --- a/Completion/Debian/Command/_dpkg +++ b/Completion/Debian/Command/_dpkg @@ -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' ) |