From: Michael Vogt <michael.vogt@ubuntu.com>
Date: Tue, 16 Dec 2008 06:38:42 +0000 (+0100)
Subject: Clarify the --help for 'purge' (LP: #243948)
X-Git-Tag: 0.7.24ubuntu1~45
X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/71da8af4dabe8680802ef291267c2f53d7942d18

Clarify the --help for 'purge' (LP: #243948)
---

diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index ea7d45952..d5869da43 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2659,7 +2659,7 @@ bool ShowHelp(CommandLine &CmdL)
       "   install - Install new packages (pkg is libc6 not libc6.deb)\n"
       "   remove - Remove packages\n"
       "   autoremove - Remove automatically all unused packages\n"
-      "   purge - Remove and purge packages\n"
+      "   purge - Remove packages and config files\n"
       "   source - Download source archives\n"
       "   build-dep - Configure build-dependencies for source packages\n"
       "   dist-upgrade - Distribution upgrade, see apt-get(8)\n"
diff --git a/debian/changelog b/debian/changelog
index f15652d0b..15d5730f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ apt (0.7.19ubuntu2) jaunty; urgency=low
   * apt-pkg/dev/debsystem.cc:
     - add missing apti18n.h header
 
+  [ Dereck Wonnacott ]
+  * Clarify the --help for 'purge' (LP: #243948)
+
   [ Christian Perrier ]
   * Translations:
     - French corrected (remove awful use of first person)