diff options
author | MichaIng <micha@dietpi.com> | 2023-01-25 11:57:16 +0000 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2023-01-25 11:57:16 +0000 |
commit | 0924dd3dc165499ec8903783c99a85479a660ee7 (patch) | |
tree | 9af83213db604d2760c9fe74ee305828033acbaf /doc | |
parent | 09d4933fa8a472ea3f1efa9484f962b94886c07f (diff) |
Document --allow-insecure-repositories
since --no-allow-insecure-repositories is the default.
Signed-off-by: MichaIng <micha@dietpi.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 863bcc8f8..4fdea5694 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -612,11 +612,11 @@ <literal>APT::Get::AllowUnauthenticated</literal>.</para></listitem> </varlistentry> - <varlistentry><term><option>--no-allow-insecure-repositories</option></term> - <listitem><para>Forbid the update command to acquire unverifiable - data from configured sources. APT will fail at the update command - for repositories without valid cryptographically signatures. See - also &apt-secure; for details on the concept and the implications. + <varlistentry><term><option>--allow-insecure-repositories</option></term> + <listitem><para>Allow the update command to acquire unverifiable + data from configured sources. APT will otherwise fail at the update + command for repositories without valid cryptographically signatures. + See also &apt-secure; for details on the concept and the implications. Configuration Item: <literal>Acquire::AllowInsecureRepositories</literal>.</para></listitem> </varlistentry> |