]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.cc
Add new Acquire::MaxReleaseFileSize=10*1000*1000 option
[apt.git] / apt-private / private-cmndline.cc
index a4490f5b41491c5b178d9415fcb6ee768a5e1fee..079f81ee36f4d512ee198384eefa0c6303b73254 100644 (file)
@@ -198,6 +198,7 @@ static bool addArgumentsAPTGet(std::vector<CommandLine::Args> &Args, char const
    addArg(0,"only-source","APT::Get::Only-Source",0);
    addArg(0,"arch-only","APT::Get::Arch-Only",0);
    addArg(0,"allow-unauthenticated","APT::Get::AllowUnauthenticated",0);
+   addArg(0,"allow-insecure-repositories","Acquire::AllowInsecureRepositories",0);
    addArg(0,"install-recommends","APT::Install-Recommends",CommandLine::Boolean);
    addArg(0,"install-suggests","APT::Install-Suggests",CommandLine::Boolean);
    addArg(0,"fix-policy","APT::Get::Fix-Policy-Broken",0);