diff options
author | Daniel Burrows <dburrows@debian.org> | 2007-11-23 08:51:39 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2007-11-23 08:51:39 -0800 |
commit | 23d7f8107a7d202ed42f889db0513a8c6a9d9bd9 (patch) | |
tree | 555e519df5cb6c8dc380c8aa0dc4dce3b36595b4 /doc/en/manpage.xml | |
parent | 2bc1fd75b92c6096aac340ac0476433bce11e037 (diff) | |
download | aptitude-23d7f8107a7d202ed42f889db0513a8c6a9d9bd9.tar.gz |
Add an option --allow-untrusted to override trust warnings. (Closes: #452201, #452541)
Diffstat (limited to 'doc/en/manpage.xml')
-rw-r--r-- | doc/en/manpage.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/manpage.xml b/doc/en/manpage.xml index faf47b14..f590b776 100644 --- a/doc/en/manpage.xml +++ b/doc/en/manpage.xml @@ -780,6 +780,16 @@ i A texlive-latex-extra Conflicts textopo</screen> <variablelist> <varlistentry> + <term><literal>--allow-untrusted</literal></term> + + <listitem> + Install packages from untrusted sources without prompting. + You should only use this if you know what you are doing, as + it could easily compromise your system's security. + </listitem> + </varlistentry> + + <varlistentry> <term><literal>-D</literal>, <literal>--show-deps</literal></term> <listitem> |