Selaa lähdekoodia

its --with-new-pkgs

Michael Vogt 13 vuotta sitten
vanhempi
commit
2004d64720
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      apt-private/private-cmndline.cc

+ 1 - 1
apt-private/private-cmndline.cc

@@ -125,7 +125,7 @@ bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const * const
       addArg(0, "solver", "APT::Solver", CommandLine::HasArg);
       addArg(0, "solver", "APT::Solver", CommandLine::HasArg);
       if (CmdMatches("upgrade"))
       if (CmdMatches("upgrade"))
       {
       {
-         addArg(0, "allow-new", "APT::Get::Upgrade-Allow-New", 
+         addArg(0, "new-pkgs", "APT::Get::Upgrade-Allow-New", 
                 CommandLine::Boolean);
                 CommandLine::Boolean);
       }
       }
    }
    }