summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-12-16 07:38:42 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-12-16 07:38:42 +0100
commit71da8af4dabe8680802ef291267c2f53d7942d18 (patch)
tree19da022118298e4a0e77e66f302f6ed6cb26635a
parent44ba91bc21cc8c1a0022de1259ee9be882a2ce92 (diff)
Clarify the --help for 'purge' (LP: #243948)
-rw-r--r--cmdline/apt-get.cc2
-rw-r--r--debian/changelog3
2 files changed, 4 insertions, 1 deletions
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)