]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.cc
The fastest way to get field values is as a range.
[apt.git] / apt-private / private-cmndline.cc
index a890aafab8f17df261b4be4b41a5e04bd704f490..d0cda08a6df0a6a4798ecc59821f7d2816430f58 100644 (file)
@@ -189,6 +189,7 @@ static bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const
       addArg('f', "fix-broken", "APT::Get::Fix-Broken", 0);
       addArg(0, "purge", "APT::Get::Purge", 0);
       addArg('V',"verbose-versions","APT::Get::Show-Versions",0);
+      addArg(0, "autoremove", "APT::Get::AutomaticRemove", 0);
       addArg(0, "auto-remove", "APT::Get::AutomaticRemove", 0);
       addArg(0, "reinstall", "APT::Get::ReInstall", 0);
       addArg(0, "solver", "APT::Solver", CommandLine::HasArg);