diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-18 12:58:49 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-18 12:58:49 +0100 |
commit | ff460cdfb54af5c3e2050a49fa6139e4191c165c (patch) | |
tree | 69493385ab8c64d0f663a11637a86aac6b3353e4 | |
parent | ac55c777a07b4cca80289a336c81400ae6be1398 (diff) | |
parent | 5f967f2d48581436b8d0a49f6e8fa306088279d4 (diff) |
merged from the mvo branch
-rw-r--r-- | cmdline/apt-get.cc | 2 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 6 |
2 files changed, 8 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" diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 5c82ad201..7eb87b452 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -278,6 +278,12 @@ for broken dependencies.</para></listitem> </varlistentry> + <varlistentry><term>download</term> + <listitem><para><literal>download</literal> will download the given + binary package into the current directoy. + </para></listitem> + </varlistentry> + <varlistentry><term>clean</term> <listitem><para><literal>clean</literal> clears out the local repository of retrieved package files. It removes everything but the lock file from |