]> 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>
Mon, 16 Mar 2015 17:01:06 +0000 (18:01 +0100)
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 bb9a00803ea7930ab601a83ff242579b45e8ebd5..41aab81f6e0b7a9f34ea3c0e9dc395a8a6532327 100644 (file)
@@ -170,7 +170,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);