]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.cc
change to libapt-pkg abi 5.0 with versioned symbols
[apt.git] / apt-private / private-cmndline.cc
index 71dceb55917360452b8666bca3a21fe9c74824ba..cfdc13259837c92b03f4a301d3e1a79e9eb50819 100644 (file)
@@ -51,6 +51,7 @@ static bool addArgumentsAPTCache(std::vector<CommandLine::Args> &Args, char cons
       addArg(0, "conflicts", "APT::Cache::ShowConflicts", 0);
       addArg(0, "enhances", "APT::Cache::ShowEnhances", 0);
       addArg(0, "recurse", "APT::Cache::RecurseDepends", 0);
+      addArg(0, "implicit", "APT::Cache::ShowImplicit", 0);
    }
    else if (CmdMatches("search"))
    {