summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-06-30 13:34:32 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-06-30 13:34:32 +0000
commitf8ac1720a94468d1384e88a57729e6d9801b56fd (patch)
treeb5789f7a5762c3e73c2c5b422a92ba67de2a2d08 /cmdline/apt-get.cc
parentfc5aece9d8600b68cf8d654b379b6d840f2a5524 (diff)
* slighly more debug output, renamed "--automatic-remove" to "--auto-remove"
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 9d97f8756..cb8fc7724 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2522,7 +2522,7 @@ int main(int argc,const char *argv[])
{0,"remove","APT::Get::Remove",0},
{0,"only-source","APT::Get::Only-Source",0},
{0,"arch-only","APT::Get::Arch-Only",0},
- {0,"automatic-remove","APT::Get::AutomaticRemove",0},
+ {0,"auto-remove","APT::Get::AutomaticRemove",0},
{0,"allow-unauthenticated","APT::Get::AllowUnauthenticated",0},
{'c',"config-file",0,CommandLine::ConfigFile},
{'o',"option",0,CommandLine::ArbItem},