aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-10-10 13:20:14 +0000
committerJustus Winter <[email protected]>2016-12-13 16:30:55 +0000
commit9147737f1c6894f38b855f3cf38cd33122a1ae2a (patch)
tree6a9a14cd197a39bd2aa116ca30277457206c271b /sm/gpgsm.c
parentg10,sm: Spell out --list-sigs. (diff)
downloadgnupg-9147737f1c6894f38b855f3cf38cd33122a1ae2a.tar.gz
gnupg-9147737f1c6894f38b855f3cf38cd33122a1ae2a.zip
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 <[email protected]>
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index a25edce12..95829966f 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -406,7 +406,7 @@ static ARGPARSE_OPTS opts[] = {
ARGPARSE_c (aListKeys, "list-key", "@"),
ARGPARSE_c (aListChain, "list-signatures", "@"),
ARGPARSE_c (aListChain, "list-sigs", "@"),
- ARGPARSE_c (aListChain, "check-sig", "@"),
+ ARGPARSE_c (aListChain, "check-signatures", "@"),
ARGPARSE_c (aListChain, "check-sigs", "@"),
ARGPARSE_c (aDeleteKey, "delete-key", "@"),