diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-09-12 17:05:19 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-09-12 17:05:19 -0300 |
commit | bf6d5b428e247dd28fb593cc3677da4e5eee0a54 (patch) | |
tree | 373ce28ef148d37ce981aad31a11acd925feae7a /doc/apt-key.8.xml | |
parent | 60504a4198070671b2c4fe7045564f1d7a228f71 (diff) |
* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
Diffstat (limited to 'doc/apt-key.8.xml')
-rw-r--r-- | doc/apt-key.8.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/apt-key.8.xml b/doc/apt-key.8.xml index eac61307d..981fa208c 100644 --- a/doc/apt-key.8.xml +++ b/doc/apt-key.8.xml @@ -63,6 +63,28 @@ </listitem> </varlistentry> + <varlistentry><term>export <replaceable>keyid</replaceable></term> + <listitem> + <para> + + Output the key <replaceable>keyid</replaceable> to standard output. + + </para> + + </listitem> + </varlistentry> + + <varlistentry><term>exportall</term> + <listitem> + <para> + + Output all trusted keys to standard output. + + </para> + + </listitem> + </varlistentry> + <varlistentry><term>list</term> <listitem> <para> |