From: Michael Vogt Date: Wed, 28 Aug 2013 09:36:44 +0000 (+0200) Subject: its --with-new-pkgs X-Git-Tag: 0.9.12~11^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/2004d64720b396ae2dc9d2a7f6bf7859d6d7ee9b its --with-new-pkgs --- diff --git a/apt-private/private-cmndline.cc b/apt-private/private-cmndline.cc index 152256806..b30eeffb7 100644 --- a/apt-private/private-cmndline.cc +++ b/apt-private/private-cmndline.cc @@ -125,7 +125,7 @@ bool addArgumentsAPTGet(std::vector &Args, char const * const addArg(0, "solver", "APT::Solver", CommandLine::HasArg); if (CmdMatches("upgrade")) { - addArg(0, "allow-new", "APT::Get::Upgrade-Allow-New", + addArg(0, "new-pkgs", "APT::Get::Upgrade-Allow-New", CommandLine::Boolean); } }