From: myon Date: Sun, 23 Sep 2007 10:21:52 +0000 (+0000) Subject: Document --latex and --refresh X-Git-Url: http://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 convert from charset -t 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 - annotate list of GnuPG keys with already done signatures =head1 SYNOPSIS -B [-r] [-f I] [-t I] II<[>B<,>IB<,>I<...>I<]>>I<]> F [F] +B [I] II<[>B<,>IB<,>I<...>I<]>>I<]> F [F] =head1 DESCRIPTION @@ -402,19 +404,28 @@ and placeholders (C<__ __>), the checksum is inserted. =over -=item -r +=item B<-r> Call I before creating the output. -=item -f I +=item B<-f> I Convert F from I. The default is ISO-8859-1. -=item -t I +=item B<-t> I Convert UIDs to I. 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 Use this keyid (8 or 16 byte) for annotation. Multiple keyids can be separated