diff options
author | Justus Winter <justus@g10code.com> | 2016-10-10 14:55:27 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-12-13 17:30:54 +0100 |
commit | a6d6e4afe488bc05ee730e85da6a9505c6cd245a (patch) | |
tree | dd78477a41627a918ff62cafc5f01d81f2528b7b /sm | |
parent | g10: Hyphenate --clearsign. (diff) | |
download | gnupg2-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.c | 2 |
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", "@"), |