* The 1.0 release.
[pgp-tools.git] / gpg-key2ps / gpg-key2ps
index 2dfdc1745498395122a1f870df74441e1fea1da0..ed54cc89e7c9a670f2c4d9c77efff42557176bcc 100755 (executable)
@@ -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 <cb@df7cb.de>
+# Copyright (C) 2005-2007  Christoph Berg <cb@df7cb.de>
 # 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<gpg-key2ps> and the other tools bundled in B<signing-party>.
 
-http://pgp-tools.alioth.debian.org/
+=item http://www.debian.org/events/materials/business-cards/
+
+B<gpg-key2ps> 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 <sjr@debian.org>
+=over
+
+=item (c) 2001-2005 Simon Richter <sjr@debian.org>
 
-(c) 2005 Thijs Kinkhorst <thijs@kinkhorst.com>
+=item (c) 2005-2007 Thijs Kinkhorst <thijs@kinkhorst.com>
 
-(c) 2005 Christoph Berg <cb@df7cb.de>
+=item (c) 2005-2007 Christoph Berg <cb@df7cb.de>
 
+=back