diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-12-23 06:53:19 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-12-23 06:53:19 +0000 |
commit | 25faa7dbf9c0a92ab510ef20b757898b925df3a5 (patch) | |
tree | 207f1e98ba37577881a268b7cf81bc5c8b450ae7 | |
parent | bf23eb259cb859d7b12a258cbdb6ae3a7215673b (diff) | |
download | zsh-25faa7dbf9c0a92ab510ef20b757898b925df3a5.tar.gz zsh-25faa7dbf9c0a92ab510ef20b757898b925df3a5.tar.xz zsh-25faa7dbf9c0a92ab510ef20b757898b925df3a5.zip |
13310: apt-cache typo in --names-only
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Debian/_apt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b7cb72113..3bbf654a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-23 Clint Adams <schizo@debian.org> + + * Chip Salzenberg: 13310: Completion/Debian/_apt: + correct typo for apt-cache completion. + 2000-12-17 Bart Schaefer <schaefer@zsh.org> * Zefram: 13290: Src/Zle/zle_bindings.c, Src/Zle/zle_keymap.c: diff --git a/Completion/Debian/_apt b/Completion/Debian/_apt index 581b4ff12..74d2dceca 100644 --- a/Completion/Debian/_apt +++ b/Completion/Debian/_apt @@ -402,7 +402,7 @@ _apt-cache () { -q,--quiet:intlevel \ -i,--important:bool \ -f,--full:bool \ - --name-only:bool \ + --names-only:bool \ -c,--config-file:configfile \ -o,--option:arbitem \ -- \ |