]> git.saurik.com Git - apt.git/commitdiff
fix another d(e)select-upgrade typo
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 7 Mar 2015 12:11:49 +0000 (13:11 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 7 Apr 2015 15:20:35 +0000 (17:20 +0200)
You would think one instance of this is enough, but
80e8d923ebc8d5f3f84eb3f922b28ca309c25026 wasn't as
globally applied as the commit message suggested…

LP: #1399037

apt-private/private-cmndline.cc

index 0b5ba5b4fdf81c07846dacdbe2c06810dc2cbffb..c0f631a08142aee9f6fee37d591555e109ae2ac9 100644 (file)
@@ -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);