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 /Completion/Debian/_apt | |
parent | bf23eb259cb859d7b12a258cbdb6ae3a7215673b (diff) | |
download | zsh-25faa7dbf9c0a92ab510ef20b757898b925df3a5.tar.gz zsh-25faa7dbf9c0a92ab510ef20b757898b925df3a5.tar.xz zsh-25faa7dbf9c0a92ab510ef20b757898b925df3a5.zip |
13310: apt-cache typo in --names-only
Diffstat (limited to 'Completion/Debian/_apt')
-rw-r--r-- | Completion/Debian/_apt | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ -- \ |