summaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2016-10-10 14:55:27 +0200
committerJustus Winter <justus@g10code.com>2016-12-13 17:30:54 +0100
commita6d6e4afe488bc05ee730e85da6a9505c6cd245a (patch)
treedd78477a41627a918ff62cafc5f01d81f2528b7b /sm
parentg10: Hyphenate --clearsign. (diff)
downloadgnupg2-a6d6e4afe488bc05ee730e85da6a9505c6cd245a.tar.xz
gnupg2-a6d6e4afe488bc05ee730e85da6a9505c6cd245a.zip
g10,sm: Spell out --list-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>
Diffstat (limited to 'sm')
-rw-r--r--sm/gpgsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 08d48308a..a25edce12 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -404,7 +404,7 @@ static ARGPARSE_OPTS opts[] = {
/* Command aliases. */
ARGPARSE_c (aListKeys, "list-key", "@"),
- ARGPARSE_c (aListChain, "list-sig", "@"),
+ ARGPARSE_c (aListChain, "list-signatures", "@"),
ARGPARSE_c (aListChain, "list-sigs", "@"),
ARGPARSE_c (aListChain, "check-sig", "@"),
ARGPARSE_c (aListChain, "check-sigs", "@"),