diff options
author | Clint Adams <clint@users.sourceforge.net> | 2005-03-31 13:39:11 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2005-03-31 13:39:11 +0000 |
commit | aa3d4842b9de203d8a723c96b194ea38b230b421 (patch) | |
tree | a38aee62e15d505a3689963b2d253157296918d6 | |
parent | 38eb8ac2939949c99b30c13a819ef71851762422 (diff) | |
download | zsh-aa3d4842b9de203d8a723c96b194ea38b230b421.tar.gz zsh-aa3d4842b9de203d8a723c96b194ea38b230b421.tar.xz zsh-aa3d4842b9de203d8a723c96b194ea38b230b421.zip |
Zack Cerza: 21074: update for newer aptitude.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Debian/Command/_aptitude | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 86be43c70..11321edc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-27 Clint Adams <clint@zsh.org> + + * Zack Cerza: 21074: Completion/Debian/Command/_aptitude: update + for newer aptitude. + 2005-03-31 Peter Stephenson <pws@csr.com> * 21049: Src/exec.c, Src/init.c, Src/utils.c, Src/zsh.h: Don't diff --git a/Completion/Debian/Command/_aptitude b/Completion/Debian/Command/_aptitude index bbd759c06..6ca8f18cd 100644 --- a/Completion/Debian/Command/_aptitude +++ b/Completion/Debian/Command/_aptitude @@ -10,9 +10,13 @@ _arguments -C \ '(-P --prompt)'{-P,--prompt}'[always display a prompt]' \ '(-y --assume-yes)'{-y,--assume-yes}'[assume yes answer to questions]' \ '(-F --display-format)'{-F,--display-format}'[specify output format for search command]:format' \ - '(-U --sort)'{-U,--sort}'[specify sort order]:sort order:()' \ + '(-O --sort)'{-O,--sort}'[specify sort order]:sort order:()' \ '(-w --width)'{-w,--width}'[specify output width]:width' \ '-f[aggressivley try to fix dependencies of broken packages]' \ + '(-V --show-versions)'{-V,--show-versions}'[show which versions of packages will be installed]' \ + '(-D --show-deps)'{-D,--show-deps}'[show brief explanations of automatic installations and removals]' \ + '-Z[show disk space changes for each package]' \ + '(-v --verbose)'{-v,--verbose}'[causes some commands to display extra information]' \ '(--without-recommends)--with-recommends[install recommended packages when installing new packages]' \ '(--without-suggests)--with-suggests[install suggested packages when installing new packages]' \ '(--with-recommends)--without-recommends[ignore recommended packages when installing new packages]' \ |