summaryrefslogtreecommitdiff
path: root/cmdline
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 /cmdline
parent44ba91bc21cc8c1a0022de1259ee9be882a2ce92 (diff)
Clarify the --help for 'purge' (LP: #243948)
Diffstat (limited to 'cmdline')
-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 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"