diff options
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index ff7b38e97..10366f561 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -545,12 +545,17 @@ Configuration Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</literal>, and <literal>APT::Get::Tar-Only</literal>.</para></listitem> </varlistentry> - + <varlistentry><term><option>--arch-only</option></term> <listitem><para>Only process architecture-dependent build-dependencies. Configuration Item: <literal>APT::Get::Arch-Only</literal>.</para></listitem> </varlistentry> + <varlistentry><term><option>--indep-only</option></term> + <listitem><para>Only process architecture-independent build-dependencies. + Configuration Item: <literal>APT::Get::Indep-Only</literal>.</para></listitem> + </varlistentry> + <varlistentry><term><option>--allow-unauthenticated</option></term> <listitem><para>Ignore if packages can't be authenticated and don't prompt about it. This can be useful while working with local repositories, |