summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-09-14 14:04:23 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-09-14 14:04:23 +0200
commit9efa2e916d134e5960351cc3b67f4556ec4b2126 (patch)
tree5cc89bcf13269aa311281c33ad83fe893f98abb9 /cmdline
parentde15fbae15a0d44457dd998a5804c62bf0cc3d7d (diff)
* fix "purge" commandline argument, closes: #133421
(thanks to Julien Danjou for the patch)
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index c9ec481aa..a52a34979 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2752,6 +2752,7 @@ int main(int argc,const char *argv[])
{"install",&DoInstall},
{"remove",&DoInstall},
{"autoremove",&DoInstall},
+ {"purge",&DoInstall},
{"dist-upgrade",&DoDistUpgrade},
{"dselect-upgrade",&DoDSelectUpgrade},
{"build-dep",&DoBuildDep},