[Pgp-tools-commit] r666 - trunk/keyart/doc

Aaron Toponce atoponce-guest at moszumanska.debian.org
Wed Jun 18 21:24:12 UTC 2014


Author: atoponce-guest
Date: 2014-06-18 21:24:12 +0000 (Wed, 18 Jun 2014)
New Revision: 666

Modified:
   trunk/keyart/doc/keyart.1
Log:
add fingerprint support to the keyart manpage

Modified: trunk/keyart/doc/keyart.1
===================================================================
--- trunk/keyart/doc/keyart.1	2014-06-18 21:11:24 UTC (rev 665)
+++ trunk/keyart/doc/keyart.1	2014-06-18 21:24:12 UTC (rev 666)
@@ -6,7 +6,9 @@
 \- Create ASCII art of an OpenPGP key.
 .SH SYNOPSIS
 .B keyart
-[\-c|\-\-color] [\-f|\-\-file \fIFILE\fR [\-f|\-\-file \fIFILE\fR ...]]
+[\-c|\-\-color]
+[\-f|\-\-fingerprint \fIHEX\fR [\-f|\-\-fingerprint \fIHEX\fR ...]]
+[\-k|\-\-keyring \fIKEYRING\fR [\-k|\-\-keyring \fIKEYRING\fR ...]]
 [\fIKEYID\fR ...]
 .SH DESCRIPTION
 .B keyart
@@ -31,11 +33,16 @@
 .B \-c | \-\-color
 Print the ASCII art using ANSI color to the terminal.
 .TP 8
-.B \-f | \-\-file \fIFILE\fR
+.B \-f | \-\-fingerprint \fIHEX\fR
+Any arbitrary hexadecimal string of any length. Could be an MD5, SHA1, SHA2, or
+SHA3 hexadecimal checksum. Useful for comparing and analyzing potential
+collisions with existing keys. This option can be repeated multiple times.
+.TP 8
+.B \-k | \-\-keyring \fIKEYRING\fR
 An OpenPGP key file or keyring, from which the \fIKEYID\fRs are
 exported.  This option can be repeated multiple times to provide a list
 of key files or keyrings; if this option is not present, the
-\fIKEYID\fRs are exported from GnuPG's default keyring.
+\fIKEYID\fRs are used from GnuPG's default keyring.
 .TP 8
 .B \-h | \-\-help
 Print the help message and quit.




More information about the Pgp-tools-commit mailing list