]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.cc
pkgTagFile: if we have seen the end, do not try to see more
[apt.git] / apt-private / private-cmndline.cc
index 2b6c710d6c4c85f909a5671c7b881cf0a12e08a0..ef7d65f3c59de7fec88efe2943fa94ccd873e417 100644 (file)
@@ -230,11 +230,6 @@ bool addArgumentsAPT(std::vector<CommandLine::Args> &Args, char const * const Cm
       addArg('v', "verbose", "APT::Cmd::List-Include-Summary", 0);
       addArg('a', "all-versions", "APT::Cmd::All-Versions", 0);
    }
-   else if (CmdMatches("upgrade"))
-   {
-      // FIXME: find a better term
-      addArg(0,"dist","APT::Cmd::Dist-Upgrade", CommandLine::Boolean);
-   }
    else if (CmdMatches("show"))
    {
       addArg('a', "all-versions", "APT::Cache::AllVersions", 0);