diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Debian/Command/_apt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d62e1157..72b3eeaba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Clint Adams <schizo@debian.org> + + * 14479: Completion/Debian/Command/_apt: add --reinstall. + 2001-05-24 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * from Bart: Etc/FAQ.yo: changes for 4.0.1, already installed 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 \ |