]> git.saurik.com Git - apt.git/commitdiff
its --with-new-pkgs
authorMichael Vogt <mvo@debian.org>
Wed, 28 Aug 2013 09:36:44 +0000 (11:36 +0200)
committerMichael Vogt <mvo@debian.org>
Wed, 28 Aug 2013 09:36:44 +0000 (11:36 +0200)
apt-private/private-cmndline.cc

index 15225680698f07297ed393de76680585f118c04d..b30eeffb74710bf37ccb561e786b192bf3e29b33 100644 (file)
@@ -125,7 +125,7 @@ bool addArgumentsAPTGet(std::vector<CommandLine::Args> &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);
       }
    }