diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:55 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:55 +0000 |
commit | 9dbed7ac641b61381c08ead38d4f4b996fc895ad (patch) | |
tree | f7e2d1fba622999e61cdeae7e198be89103adc00 /doc/apt-get.8.xml | |
parent | b21d4a1f13b72dcdd1708856eee2afb8b5789649 (diff) |
* Update apt-get(8) to reflect the fact that APT::Get::...
Author: mdz
Date: 2004-05-18 01:15:56 GMT
* Update apt-get(8) to reflect the fact that APT::Get::Only-Source will
affect apt-get build-dep as well as apt-get source
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 37151738a..24083aeb8 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -383,13 +383,14 @@ </varlistentry> <varlistentry><term><option>--only-source</option></term> - <listitem><para>Only has meaning for the <literal>source</literal> command. Indicates that the - given source names are not to be mapped through the binary - table. This means that if this option is specified, the - <literal>source</literal> command will only accept source package names as - arguments, rather than accepting binary package names and looking - up the corresponding source package. - Configuration Item: <literal>APT::Get::Only-Source</literal>.</para></listitem> + <listitem><para>Only has meaning for the + <literal>source</literal> and <literal>build-dep</literal> + commands. Indicates that the given source names are not to be + mapped through the binary table. This means that if this option + is specified, these commands will only accept source package + names as arguments, rather than accepting binary package names + and looking up the corresponding source package. Configuration + Item: <literal>APT::Get::Only-Source</literal>.</para></listitem> </varlistentry> <varlistentry><term><option>--diff-only</option></term><term><option>--tar-only</option></term> |