From: myon <myon@b513b33f-fedd-0310-b452-c3deb5f4c849> Date: Sun, 23 Sep 2007 10:21:52 +0000 (+0000) Subject: Document --latex and --refresh X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=b6f3799ed2d896195b4d67868c0f2ba6b2b1a827;p=pgp-tools.git Document --latex and --refresh git-svn-id: svn://svn.debian.org/pgp-tools/trunk@353 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/gpgsigs/gpgsigs b/gpgsigs/gpgsigs index 49c6e3a..2c4da42 100755 --- a/gpgsigs/gpgsigs +++ b/gpgsigs/gpgsigs @@ -54,6 +54,8 @@ separate multiple keyids with ',' -r call gpg --recv-keys before proceeding -f <charset> convert <keytxt> from charset -t <charset> convert UIDs to charset in output +--refresh regenerate UID lists on keys +--latex generate LaTeX output including photo IDs EOF exit $error; } @@ -388,7 +390,7 @@ B<gpgsigs> - annotate list of GnuPG keys with already done signatures =head1 SYNOPSIS -B<gpgsigs> [-r] [-f I<charset>] [-t I<charset>] I<keyid>I<[>B<,>I<keyidI<[>B<,>I<...>I<]>>I<]> F<keytxt> [F<outfile>] +B<gpgsigs> [I<options>] I<keyid>I<[>B<,>I<keyidI<[>B<,>I<...>I<]>>I<]> F<keytxt> [F<outfile>] =head1 DESCRIPTION @@ -402,19 +404,28 @@ and placeholders (C<__ __>), the checksum is inserted. =over -=item -r +=item B<-r> Call I<gpg --recv-keys> before creating the output. -=item -f I<charset> +=item B<-f> I<charset> Convert F<keytxt> from I<charset>. The default is ISO-8859-1. -=item -t I<charset> +=item B<-t> I<charset> Convert UIDs to I<charset>. The default is derived from LC_ALL, LC_CTYPE, and LANG, and if all these are unset, the default is ISO-8859-1. +=item B<--refresh> + +Refresh the UID lists per key from gpg. Useful when UIDs were added or revoked +since the input text was generated. + +=item B<--latex> + +Generate LaTeX output, including photo IDs. Implies B<--refresh>. + =item I<keyid> Use this keyid (8 or 16 byte) for annotation. Multiple keyids can be separated