diff options
author | Michael Vogt <mvo@debian.org> | 2014-06-10 14:49:58 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-06-10 14:49:58 +0200 |
commit | 59d6e5b06c25acdd6583ea801740c36acabc19ac (patch) | |
tree | 9601b003fd15db600922aa60c786523669ffba9c /cmdline | |
parent | ac00cca724734db58ad14ab8c77d445d0df3bc9f (diff) | |
parent | 8f418981337503ff7abedd872f788b51bcdbc886 (diff) |
Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc index 72086af14..2cfdf8e8e 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -116,6 +116,7 @@ int main(int argc, const char *argv[]) /*{{{*/ _config->CndSet("DPkg::Progress-Fancy", "1"); _config->CndSet("Apt::Color", "1"); _config->CndSet("APT::Get::Upgrade-Allow-New", true); + _config->CndSet("APT::Cmd::Show-Update-Stats", true); // Parse the command line and initialize the package library CommandLine CmdL(Args.data(), _config); |