diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6eee11b41..57d4e8679 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,7 +56,11 @@ apt (0.8.16~exp14) UNRELEASED; urgency=low * prepare-release: - add as a small script to lazy check and prepare releases - -- David Kalnischkies <kalnischkies@gmail.com> Thu, 22 Mar 2012 19:23:57 +0100 + [ Bogdan Purcareata ] + * doc/apt-get.8.xml: + - add 'download' to the usage line (Closes: #649340) + + -- David Kalnischkies <kalnischkies@gmail.com> Wed, 04 Apr 2012 22:41:13 +0200 apt (0.8.16~exp13) experimental; urgency=low diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index ecd753f2d..956259ef4 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -99,6 +99,7 @@ </arg> <arg choice='plain'>build-dep <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> <arg choice='plain'>check</arg> + <arg choice='plain'>download <arg choice='plain' rep='repeat'><replaceable>pkg</replaceable></arg></arg> <arg choice='plain'>clean</arg> <arg choice='plain'>autoclean</arg> <arg choice='plain'>autoremove</arg> |