X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=gpg-key2ps%2Fgpg-key2ps;h=ed54cc89e7c9a670f2c4d9c77efff42557176bcc;hb=dfc8c07e17066eff4204601140822f77fc7a948f;hp=2dfdc1745498395122a1f870df74441e1fea1da0;hpb=da28c2625b93e9efe06e68b95fba1f7b2ffb1709;p=pgp-tools.git diff --git a/gpg-key2ps/gpg-key2ps b/gpg-key2ps/gpg-key2ps index 2dfdc17..ed54cc8 100755 --- a/gpg-key2ps/gpg-key2ps +++ b/gpg-key2ps/gpg-key2ps @@ -3,7 +3,7 @@ # gpg-key2ps: convert a PGP/GnuPG key into paper slips. # Copyright (C) 2001-2005 Simon Richter # Copyright (C) 2005-2007 Thijs Kinkhorst -# Copyright (C) 2005-2006 Christoph Berg +# Copyright (C) 2005-2007 Christoph Berg # Licenced under the GNU General Public License, # version 2 or later. # @@ -54,6 +54,7 @@ if (!GetOptions ( '-p=s' => \$opts->{papersize}, '--paper-size=s' => \$opts->{papersize}, '-r=s' => \$opts->{revokestyle}, + '--revoked-style=s' => \$opts->{revokestyle}, '-1' => \$opts->{1}, )) { usage(\*STDERR, 1); @@ -336,18 +337,34 @@ Print version and exit. =back - =head1 SEE ALSO -gpg(1) +=over + +=item gpg(1) + +GNU Privacy Guard. + +=item http://pgp-tools.alioth.debian.org/ + +The homepage of B and the other tools bundled in B. -http://pgp-tools.alioth.debian.org/ +=item http://www.debian.org/events/materials/business-cards/ + +B prints plain fingerprint slips. If you are looking for something +more stylish, look at these latex templates for business cards that also +include fingerprints. + +=back =head1 AUTHORS AND COPYRIGHT -(c) 2001 - 2005 Simon Richter +=over + +=item (c) 2001-2005 Simon Richter -(c) 2005 Thijs Kinkhorst +=item (c) 2005-2007 Thijs Kinkhorst -(c) 2005 Christoph Berg +=item (c) 2005-2007 Christoph Berg +=back