]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.cc
apt-private/private-cmndline.cc: fix typo: s/deselect-upgrade/dselect-upgrade/
[apt.git] / apt-private / private-cmndline.cc
index aceb865d578f94e261c97369c31cc858c8f368d9..8902f07d5970a2416a4a15930990f120168538d5 100644 (file)
@@ -114,7 +114,7 @@ bool addArgumentsAPTConfig(std::vector<CommandLine::Args> &Args, char const * co
 bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const * const Cmd)/*{{{*/
 {
    if (CmdMatches("install", "remove", "purge", "upgrade", "dist-upgrade",
-           "deselect-upgrade", "autoremove"))
+           "dselect-upgrade", "autoremove"))
    {
       addArg(0, "dpkg-progress", "DpkgPM::Progress", 0);
       addArg('f', "fix-broken", "APT::Get::Fix-Broken", 0);