summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2008-12-15 23:16:14 +0100
committerMichael Vogt <mvo@debian.org>2008-12-15 23:16:14 +0100
commita0e96b87e1f9e2b924dd473b7a29272f88c461bb (patch)
tree8ef9fdc29471aeb863927718069b9d70047faab5
parent819f001b22879f19a2ce9275f14b6a99c453fc80 (diff)
cmdline/apt-get.cc: remove --build-dep-automatic line again
-rw-r--r--cmdline/apt-get.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 43f8ec8b8..a7221d47d 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2732,7 +2732,6 @@ int main(int argc,const char *argv[])
{0,"only-source","APT::Get::Only-Source",0},
{0,"arch-only","APT::Get::Arch-Only",0},
{0,"auto-remove","APT::Get::AutomaticRemove",0},
- {0,"build-dep-automatic","APT::Get::Build-Dep-Automatic",0},
{0,"allow-unauthenticated","APT::Get::AllowUnauthenticated",0},
{0,"install-recommends","APT::Install-Recommends",CommandLine::Boolean},
{0,"fix-policy","APT::Get::Fix-Policy-Broken",0},