1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-14 00:19:50 +02:00

g10,sm: Spell out --check-sigs.

* g10/gpg.c (opts): Spell out option.
* sm/gpgsm.c (opts): Likewise.
* doc/gpg.texi: Update accordingly.

GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-10-10 15:20:14 +02:00
parent a6d6e4afe4
commit 9147737f1c
3 changed files with 14 additions and 12 deletions

View File

@ -320,8 +320,8 @@ notation (see @option{--cert-notation}), "X" for an eXpired signature
above to indicate trust signature levels (see the @option{--edit-key} above to indicate trust signature levels (see the @option{--edit-key}
command "tsign"). command "tsign").
@item --check-sigs @item --check-signatures
@opindex check-sigs @opindex check-signatures
Same as @option{--list-signatures}, but the signatures are verified. Note Same as @option{--list-signatures}, but the signatures are verified. Note
that for performance reasons the revocation status of a signing key is that for performance reasons the revocation status of a signing key is
not shown. not shown.
@ -348,7 +348,7 @@ be used to locate a key. Only public keys are listed.
List all keys (or the specified ones) along with their List all keys (or the specified ones) along with their
fingerprints. This is the same output as @option{--list-keys} but with fingerprints. This is the same output as @option{--list-keys} but with
the additional output of a line with the fingerprint. May also be the additional output of a line with the fingerprint. May also be
combined with @option{--list-signatures} or @option{--check-sigs}. If this combined with @option{--list-signatures} or @option{--check-signatures}. If this
command is given twice, the fingerprints of all secondary keys are command is given twice, the fingerprints of all secondary keys are
listed too. This command also forces pretty printing of fingerprints listed too. This command also forces pretty printing of fingerprints
if the keyid format has been set to "none". if the keyid format has been set to "none".
@ -1227,7 +1227,7 @@ give the opposite meaning. The options are:
@item show-policy-urls @item show-policy-urls
@opindex list-options:show-policy-urls @opindex list-options:show-policy-urls
Show policy URLs in the @option{--list-signatures} or @option{--check-sigs} Show policy URLs in the @option{--list-signatures} or @option{--check-signatures}
listings. Defaults to no. listings. Defaults to no.
@item show-notations @item show-notations
@ -1237,12 +1237,12 @@ give the opposite meaning. The options are:
@opindex list-options:show-std-notations @opindex list-options:show-std-notations
@opindex list-options:show-user-notations @opindex list-options:show-user-notations
Show all, IETF standard, or user-defined signature notations in the Show all, IETF standard, or user-defined signature notations in the
@option{--list-signatures} or @option{--check-sigs} listings. Defaults to no. @option{--list-signatures} or @option{--check-signatures} listings. Defaults to no.
@item show-keyserver-urls @item show-keyserver-urls
@opindex list-options:show-keyserver-urls @opindex list-options:show-keyserver-urls
Show any preferred keyserver URL in the @option{--list-signatures} or Show any preferred keyserver URL in the @option{--list-signatures} or
@option{--check-sigs} listings. Defaults to no. @option{--check-signatures} listings. Defaults to no.
@item show-uid-validity @item show-uid-validity
@opindex list-options:show-uid-validity @opindex list-options:show-uid-validity
@ -1265,7 +1265,7 @@ give the opposite meaning. The options are:
@item show-sig-expire @item show-sig-expire
@opindex list-options:show-sig-expire @opindex list-options:show-sig-expire
Show signature expiration dates (if any) during @option{--list-signatures} or Show signature expiration dates (if any) during @option{--list-signatures} or
@option{--check-sigs} listings. Defaults to no. @option{--check-signatures} listings. Defaults to no.
@item show-sig-subpackets @item show-sig-subpackets
@opindex list-options:show-sig-subpackets @opindex list-options:show-sig-subpackets
@ -1273,7 +1273,7 @@ give the opposite meaning. The options are:
optional argument list of the subpackets to list. If no argument is optional argument list of the subpackets to list. If no argument is
passed, list all subpackets. Defaults to no. This option is only passed, list all subpackets. Defaults to no. This option is only
meaningful when using @option{--with-colons} along with meaningful when using @option{--with-colons} along with
@option{--list-signatures} or @option{--check-sigs}. @option{--list-signatures} or @option{--check-signatures}.
@end table @end table
@ -3293,7 +3293,7 @@ Identical to @option{--trust-model always}. This option is deprecated.
@item --show-notation @item --show-notation
@itemx --no-show-notation @itemx --no-show-notation
@opindex show-notation @opindex show-notation
Show signature notations in the @option{--list-signatures} or @option{--check-sigs} listings Show signature notations in the @option{--list-signatures} or @option{--check-signatures} listings
as well as when verifying a signature with a notation in it. These as well as when verifying a signature with a notation in it. These
options are deprecated. Use @option{--list-options [no-]show-notation} options are deprecated. Use @option{--list-options [no-]show-notation}
and/or @option{--verify-options [no-]show-notation} instead. and/or @option{--verify-options [no-]show-notation} instead.
@ -3301,7 +3301,7 @@ and/or @option{--verify-options [no-]show-notation} instead.
@item --show-policy-url @item --show-policy-url
@itemx --no-show-policy-url @itemx --no-show-policy-url
@opindex show-policy-url @opindex show-policy-url
Show policy URLs in the @option{--list-signatures} or @option{--check-sigs} Show policy URLs in the @option{--list-signatures} or @option{--check-signatures}
listings as well as when verifying a signature with a policy URL in listings as well as when verifying a signature with a policy URL in
it. These options are deprecated. Use @option{--list-options it. These options are deprecated. Use @option{--list-options
[no-]show-policy-url} and/or @option{--verify-options [no-]show-policy-url} and/or @option{--verify-options

View File

@ -439,7 +439,9 @@ static ARGPARSE_OPTS opts[] = {
ARGPARSE_c (aListKeys, "list-public-keys", "@" ), ARGPARSE_c (aListKeys, "list-public-keys", "@" ),
ARGPARSE_c (aListSigs, "list-signatures", N_("list keys and signatures")), ARGPARSE_c (aListSigs, "list-signatures", N_("list keys and signatures")),
ARGPARSE_c (aListSigs, "list-sigs", "@"), ARGPARSE_c (aListSigs, "list-sigs", "@"),
ARGPARSE_c (aCheckKeys, "check-sigs",N_("list and check key signatures")), ARGPARSE_c (aCheckKeys, "check-signatures",
N_("list and check key signatures")),
ARGPARSE_c (aCheckKeys, "check-sigs", "@"),
ARGPARSE_c (oFingerprint, "fingerprint", N_("list keys and fingerprints")), ARGPARSE_c (oFingerprint, "fingerprint", N_("list keys and fingerprints")),
ARGPARSE_c (aListSecretKeys, "list-secret-keys", N_("list secret keys")), ARGPARSE_c (aListSecretKeys, "list-secret-keys", N_("list secret keys")),
ARGPARSE_c (aKeygen, "gen-key", ARGPARSE_c (aKeygen, "gen-key",

View File

@ -406,7 +406,7 @@ static ARGPARSE_OPTS opts[] = {
ARGPARSE_c (aListKeys, "list-key", "@"), ARGPARSE_c (aListKeys, "list-key", "@"),
ARGPARSE_c (aListChain, "list-signatures", "@"), ARGPARSE_c (aListChain, "list-signatures", "@"),
ARGPARSE_c (aListChain, "list-sigs", "@"), ARGPARSE_c (aListChain, "list-sigs", "@"),
ARGPARSE_c (aListChain, "check-sig", "@"), ARGPARSE_c (aListChain, "check-signatures", "@"),
ARGPARSE_c (aListChain, "check-sigs", "@"), ARGPARSE_c (aListChain, "check-sigs", "@"),
ARGPARSE_c (aDeleteKey, "delete-key", "@"), ARGPARSE_c (aDeleteKey, "delete-key", "@"),