diff options
author | Michael Vogt <egon@bottom> | 2007-06-08 23:12:26 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2007-06-08 23:12:26 +0200 |
commit | 859110cdec2f211beb45305134d095fd8926d552 (patch) | |
tree | 49cc45f59e357725129f3c156432259f2980008e /doc | |
parent | 41cd4f9af1dd8247f9ff4f1fe6053246657a1faf (diff) | |
parent | 1979e742ad5e2a0b6e547fbe3f4c4066b5a9bd2e (diff) |
* add "purge" commandline argument, closes: #133421)
(thanks to Julien Danjou for the patch)
* fix FTBFS with gcc 4.3, closes: #417090
(thanks to Martin Michlmayr for the patch)
* add --dsc-only option, thanks to K. Richard Pixley
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 9d30a176c..1bd21a5df 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -412,9 +412,9 @@ Item: <literal>APT::Get::Only-Source</literal>.</para></listitem> </varlistentry> - <varlistentry><term><option>--diff-only</option></term><term><option>--tar-only</option></term> - <listitem><para>Download only the diff or tar file of a source archive. - Configuration Item: <literal>APT::Get::Diff-Only</literal> and + <varlistentry><term><option>--diff-only</option></term><term><option>--dsc-only</option></term><term><option>--tar-only</option></term> + <listitem><para>Download only the diff, dsc, or tar file of a source archive. + Configuration Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</literal>, and <literal>APT::Get::Tar-Only</literal>.</para></listitem> </varlistentry> |