diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-28 12:46:49 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-28 12:46:49 +0200 |
commit | dbf8fc0419831c83e83165de8c434782165aa400 (patch) | |
tree | 34d001d09adba9cded4658a506741e949827bfff /apt-private/private-cmndline.cc | |
parent | 2004d64720b396ae2dc9d2a7f6bf7859d6d7ee9b (diff) | |
parent | 45dc05ff2f51612945232dac469ac1c6926d4019 (diff) |
Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new
Diffstat (limited to 'apt-private/private-cmndline.cc')
-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 b30eeffb7..121d72ede 100644 --- a/apt-private/private-cmndline.cc +++ b/apt-private/private-cmndline.cc @@ -114,7 +114,7 @@ bool addArgumentsAPTConfig(std::vector<CommandLine::Args> &Args, char const * co bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const * const Cmd)/*{{{*/ { if (CmdMatches("install", "remove", "purge", "upgrade", "dist-upgrade", - "deselect-upgrade", "autoremove")) + "dselect-upgrade", "autoremove")) { addArg(0, "dpkg-progress", "DpkgPM::Progress", 0); addArg('f', "fix-broken", "APT::Get::Fix-Broken", 0); |