summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-11-18 12:58:29 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-11-18 12:58:29 +0100
commit5f967f2d48581436b8d0a49f6e8fa306088279d4 (patch)
tree1a7fec67bb5eee1af247dc5b0fe940db4daa76c0 /cmdline
parent7d8c79d8796e71c09321d7457295bc03308f0882 (diff)
cmdline/apt-get.cc: add download/changelog to usage
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 0c7100283..6d1ab03c2 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -3041,6 +3041,8 @@ bool ShowHelp(CommandLine &CmdL)
" check - Verify that there are no broken dependencies\n"
" markauto - Mark the given packages as automatically installed\n"
" unmarkauto - Mark the given packages as manually installed\n"
+ " changelog - Download and display the changelog for the given package\n"
+ " download - Download the binary package into the current directory\n"
"\n"
"Options:\n"
" -h This help text.\n"