diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-09 15:08:58 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-09 15:08:58 +0200 |
commit | e9ae36778e841f09ad195c17004e711bf7b7abae (patch) | |
tree | 24dd8611d4c6705445c3d6f19da89279a6245b81 /cmdline | |
parent | 754229c5d8e929a221645a5c56c1bd4274910c26 (diff) |
* cmdline/apt-get.cc:
- added "{no-}install-recommends" option to apt-get
* doc/examples/configure-index:
- recommends/suggests option documented
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 6979fa8f2..b419a05d9 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2524,6 +2524,7 @@ int main(int argc,const char *argv[]) {0,"only-source","APT::Get::Only-Source",0}, {0,"arch-only","APT::Get::Arch-Only",0}, {0,"allow-unauthenticated","APT::Get::AllowUnauthenticated",0}, + {0,"install-recommends","APT::Install-Recommends",CommandLine::Boolean}, {'c',"config-file",0,CommandLine::ConfigFile}, {'o',"option",0,CommandLine::ArbItem}, {0,0,0,0}}; |