diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-25 08:16:37 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-25 08:16:37 +0100 |
commit | 81d183681aea972fddd453d62109f8ccda3f447a (patch) | |
tree | b8d1f1a9cf2c7ebbfca270985dd62a80e5035efe /cmdline/apt.cc | |
parent | 61f954bff040809e7ab57b3adec2fe95339ffb94 (diff) |
start adding apt.8.xml
Diffstat (limited to 'cmdline/apt.cc')
-rw-r--r-- | cmdline/apt.cc | 2 |
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 |