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:
parent
4dbc4b64ac
commit
b8f83e2be8
@ -73,7 +73,7 @@ faq.html : faq.raw
|
||||
$(FAQPROG) -h -f $< $@ 2>&1 || $(FAQPROG) -h -f $< $@
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
10
doc/gpg.sgml
10
doc/gpg.sgml
@ -210,6 +210,16 @@ ones given on the command line.
|
||||
</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>
|
||||
<term>--list-sigs &OptParmNames;</term>
|
||||
<listitem><para>
|
||||
|
@ -94,6 +94,12 @@ ones given on the command line.
|
||||
List all keys from the secret keyrings, or just the
|
||||
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}
|
||||
Same as ---list-keys, but the signatures are listed too.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user