Explorar el Código

its --with-new-pkgs

Michael Vogt hace 13 años
padre
commit
2004d64720
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
       if (CmdMatches("upgrade"))
       {
-         addArg(0, "allow-new", "APT::Get::Upgrade-Allow-New", 
+         addArg(0, "new-pkgs", "APT::Get::Upgrade-Allow-New", 
                 CommandLine::Boolean);
       }
    }