diff options
author | Michael Vogt <mvo@debian.org> | 2014-04-22 16:07:32 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-05-22 08:39:44 +0200 |
commit | 8f418981337503ff7abedd872f788b51bcdbc886 (patch) | |
tree | 26a1104d62281ca1773b3fd0a6d49dbc9c0ffc38 /cmdline | |
parent | 6f34deead51a1c200589994a4cf46b7d79a45e69 (diff) |
show upgradable packages after apt update
Closes: 748389
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 4813861a4..8a6f96aea 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -112,6 +112,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); |