summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-01-06 07:49:01 +0100
committerMichael Vogt <mvo@debian.org>2014-01-06 07:49:01 +0100
commit132a7f8811f4558a7cbab620b0de4401f5d27d66 (patch)
treed15349497e268241ac00641838aa690b7a46fbe7 /cmdline
parent81d183681aea972fddd453d62109f8ccda3f447a (diff)
document list/search
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc
index b2f19c049..d2eb7a5a3 100644
--- a/cmdline/apt.cc
+++ b/cmdline/apt.cc
@@ -72,8 +72,10 @@ bool ShowHelp(CommandLine &CmdL)
" show - show package details\n"
"\n"
" update - update list of available packages\n"
- " install - install packages\n"
" upgrade - upgrade the systems packages\n"
+ "\n"
+ " install - install packages\n"
+ " remove - remove packages\n"
);
return true;