diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-05-25 14:34:51 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-05-25 14:34:51 +0000 |
commit | 435c1c2fdb7239cbc9f0eca98d95ced51c14908c (patch) | |
tree | fa241653d18af79ea582c526b759dcf2e83c169d /Completion | |
parent | 0a0437817a557ad581658568c50605bc480f4666 (diff) | |
download | zsh-435c1c2fdb7239cbc9f0eca98d95ced51c14908c.tar.gz zsh-435c1c2fdb7239cbc9f0eca98d95ced51c14908c.tar.xz zsh-435c1c2fdb7239cbc9f0eca98d95ced51c14908c.zip |
14479: apt-get --reinstall
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Debian/Command/_apt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_apt b/Completion/Debian/Command/_apt index ba9b20579..e49394197 100644 --- a/Completion/Debian/Command/_apt +++ b/Completion/Debian/Command/_apt @@ -408,6 +408,7 @@ _apt-get () { --print-uris:bool \ --purge:bool \ --list-cleanup:bool \ + --reinstall:bool \ -c,--config-file:configfile \ -o,--option:arbitem \ -t:release \ |