diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-28 11:36:44 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-28 11:36:44 +0200 |
commit | 2004d64720b396ae2dc9d2a7f6bf7859d6d7ee9b (patch) | |
tree | 30b5025903866e83213543a8966d4c169c04f2a1 /apt-private/private-cmndline.cc | |
parent | c678a0443518aa5e8f328f358fca7b35252df84e (diff) |
its --with-new-pkgs
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 152256806..b30eeffb7 100644 --- a/apt-private/private-cmndline.cc +++ b/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); } } |