diff options
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index ff7b38e97..931a4f313 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2016-11-25T00:00:00Z</date> + <date>2017-02-22T00:00:00Z</date> </refentryinfo> <refmeta> @@ -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, |