summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-11-25 08:16:37 +0100
committerMichael Vogt <mvo@debian.org>2013-11-25 08:16:37 +0100
commit81d183681aea972fddd453d62109f8ccda3f447a (patch)
treeb8d1f1a9cf2c7ebbfca270985dd62a80e5035efe /cmdline
parent61f954bff040809e7ab57b3adec2fe95339ffb94 (diff)
start adding apt.8.xml
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc
index e30967ec2..b2f19c049 100644
--- a/cmdline/apt.cc
+++ b/cmdline/apt.cc
@@ -120,7 +120,7 @@ int main(int argc, const char *argv[]) /*{{{*/
}
// FIXME: move into a new libprivate/private-install.cc:Install()
- _config->Set("DPkgPM::Progress", "1");
+ _config->Set("DPkgPM::Progress-Fancy", "1");
_config->Set("Apt::Color", "1");
// Parse the command line and initialize the package library