summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
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;