diff options
author | Julian Andres Klode <jak@debian.org> | 2022-08-07 12:45:17 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2022-08-07 12:45:17 +0000 |
commit | 7d10b39f7ad95f6ca3731fb58b1644018e8dea6b (patch) | |
tree | 0074f795ff5bc1c55990425c7acb9b023962616e | |
parent | 2d87af57ea52cb37c60103abb6468e0ad44864ff (diff) | |
parent | 5e4d241e273e32cfc72c80526e8951a767efaaeb (diff) |
Merge branch 'doc-explain-apt-download-authenticity' into 'main'
doc: Explain that apt-get download ensures package authenticity
See merge request apt-team/apt!251
-rw-r--r-- | doc/apt-get.8.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 9ecd10c19..895f24034 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -228,7 +228,8 @@ <varlistentry><term><option>download</option></term> <listitem><para><literal>download</literal> will download the given - binary package into the current directory. + binary package into the current directory. The authenticity of + the package data is ensured as usual. </para></listitem> </varlistentry> |