summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-12-16 07:37:02 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-12-16 07:37:02 +0100
commit73fc19d055b20178e5efae08013fe24663f6d89c (patch)
tree74a10780f4c3226d0185ba3cf7f3b2180387f410
parentde4e6f6b78154cf2c4afea4aea74b5bca3fba96f (diff)
Clarify the --help for 'purge' (LP: #243948)
-rw-r--r--cmdline/apt-get.cc2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 4dbc4873f..06fa41017 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2632,7 +2632,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 c113a9597..7600db699 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ apt (0.7.21) UNRELEASED; urgency=low
[ Dereck Wonnacott ]
* apt-ftparchive might write corrupt Release files (LP: #46439)
* Apply --important option to apt-cache depends (LP: #16947)
+ * Clarify the --help for 'purge' (LP: #243948)
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Sep 2008 11:34:24 +0200