diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-03-07 13:11:49 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-04-07 17:20:35 +0200 |
commit | 7fddeb55af9c022fd96343d9cd700c946dbf8a01 (patch) | |
tree | a6f036bb369f1e51656fcb047cbc3774fc4cdb2d | |
parent | 1a0619ac765cc0b2f4906c96c1a4d7f510569a3f (diff) |
fix another d(e)select-upgrade typo
You would think one instance of this is enough, but
80e8d923ebc8d5f3f84eb3f922b28ca309c25026 wasn't as
globally applied as the commit message suggested…
LP: #1399037
-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 0b5ba5b4f..c0f631a08 100644 --- a/apt-private/private-cmndline.cc +++ b/apt-private/private-cmndline.cc @@ -165,7 +165,7 @@ static bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const addArg(0, "color", "APT::Moo::Color", 0); if (CmdMatches("install", "remove", "purge", "upgrade", "dist-upgrade", - "deselect-upgrade", "autoremove", "clean", "autoclean", "check", + "dselect-upgrade", "autoremove", "clean", "autoclean", "check", "build-dep", "full-upgrade", "source")) { addArg('s', "simulate", "APT::Get::Simulate", 0); |