From: David Kalnischkies Date: Sat, 7 Mar 2015 12:11:49 +0000 (+0100) Subject: fix another d(e)select-upgrade typo X-Git-Tag: 1.1.exp9~140^2~77 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/3de7789a75c58204bcc979c72899cfdacba4e2ac?ds=inline 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 --- diff --git a/apt-private/private-cmndline.cc b/apt-private/private-cmndline.cc index bb9a00803..41aab81f6 100644 --- a/apt-private/private-cmndline.cc +++ b/apt-private/private-cmndline.cc @@ -170,7 +170,7 @@ static bool addArgumentsAPTGet(std::vector &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);