diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-08 19:57:42 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-08 19:57:42 +0200 |
commit | 15847d263c371cadcb8664021b8eb2444dd70998 (patch) | |
tree | 98d61389e9b23c11c0d034fd3fe950a6653ed90a /apt-private | |
parent | 5361a6180571f5921b6c006129b5f0c274b6154b (diff) | |
parent | 4fb66d8731045e6ad90ef70dff45bd28815714fc (diff) |
Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sid
Diffstat (limited to 'apt-private')
-rw-r--r-- | apt-private/private-cmndline.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-cmndline.cc b/apt-private/private-cmndline.cc index e8a21cb0c..5124ac157 100644 --- a/apt-private/private-cmndline.cc +++ b/apt-private/private-cmndline.cc @@ -120,7 +120,7 @@ bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const * const if (CmdMatches("install", "remove", "purge", "upgrade", "dist-upgrade", "dselect-upgrade", "autoremove")) { - addArg(0, "dpkg-progress", "DpkgPM::Progress", 0); + addArg(0, "show-progress", "DpkgPM::Progress", 0); addArg('f', "fix-broken", "APT::Get::Fix-Broken", 0); addArg(0, "purge", "APT::Get::Purge", 0); addArg('V',"verbose-versions","APT::Get::Show-Versions",0); |