1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-23 10:29:58 +01:00

Minor fix to the Makefile and a new entry for the man page.

This commit is contained in:
Werner Koch 2001-12-21 20:08:31 +00:00
parent 4dbc4b64ac
commit b8f83e2be8
3 changed files with 17 additions and 1 deletions

View File

@ -73,7 +73,7 @@ faq.html : faq.raw
$(FAQPROG) -h -f $< $@ 2>&1 || $(FAQPROG) -h -f $< $@ $(FAQPROG) -h -f $< $@ 2>&1 || $(FAQPROG) -h -f $< $@
dist-hook: dist-hook:
@if test `wc -c < gpg.1` -lt 200; then \ @if test "`wc -c < gpg.1`" -lt 200; then \
echo 'ERROR: dummy man page'; false; fi echo 'ERROR: dummy man page'; false; fi

View File

@ -210,6 +210,16 @@ ones given on the command line.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry>
<term>--show-keyring</term>
<listitem><para>
Causes --list-keys, --list-public-keys, and --list-secret-keys to
display the name of the keyring a given key resides on. This is only
useful when you're listing a specific key or set of keys. It has no
effect when listig all keys.
</para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>--list-sigs &OptParmNames;</term> <term>--list-sigs &OptParmNames;</term>
<listitem><para> <listitem><para>

View File

@ -94,6 +94,12 @@ ones given on the command line.
List all keys from the secret keyrings, or just the List all keys from the secret keyrings, or just the
ones given on the command line. ones given on the command line.
@item ---show-keyring
Causes ---list-keys, --list-public-keys, and --list-secret-keys to
display the name of the keyring a given key resides on. This is only
useful when you're listing a specific key or set of keys. It has no
effect when listig all keys.
@item ---list-sigs @code{names} @item ---list-sigs @code{names}
Same as ---list-keys, but the signatures are listed too. Same as ---list-keys, but the signatures are listed too.