summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2020-08-04 10:16:36 +0000
committerJulian Andres Klode <jak@debian.org>2020-08-04 10:16:36 +0000
commit63c0657ea54c9268bc1855d5eac92bc636532bd6 (patch)
tree6c92700a54ef51e58c7d6f54a1b4dcbac78e1fab /apt-private
parent11530bab64efd4b4fc46de7833533cea9c69f521 (diff)
parentc19a3276fe7ecfc132e95b0277e9e68ff364dd92 (diff)
Merge branch 'master' into 'master'
Support marking all newly installed packages as automatically installed See merge request apt-team/apt!110
Diffstat (limited to 'apt-private')
-rw-r--r--apt-private/private-cmndline.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-cmndline.cc b/apt-private/private-cmndline.cc
index 478cb95f1..bcafe785b 100644
--- a/apt-private/private-cmndline.cc
+++ b/apt-private/private-cmndline.cc
@@ -276,6 +276,7 @@ static bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const
addArg(0,"force-yes","APT::Get::force-yes",0);
addArg(0,"print-uris","APT::Get::Print-URIs",0);
addArg(0,"trivial-only","APT::Get::Trivial-Only",0);
+ addArg(0,"mark-auto","APT::Get::Mark-Auto",0);
addArg(0,"remove","APT::Get::Remove",0);
addArg(0,"only-source","APT::Get::Only-Source",0);
addArg(0,"allow-unauthenticated","APT::Get::AllowUnauthenticated",0);