diff options
author | Werner Koch <[email protected]> | 2020-03-06 14:17:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-03-06 14:18:27 +0000 |
commit | 41eb5108ce59244d961df43bbf73b8aa6e95e9cd (patch) | |
tree | cffa5c96acaddb8403045811f1b282d7ef3ff4bd /tools | |
parent | scd: Re-group the options in the --help output. (diff) | |
download | gnupg-41eb5108ce59244d961df43bbf73b8aa6e95e9cd.tar.gz gnupg-41eb5108ce59244d961df43bbf73b8aa6e95e9cd.zip |
gpg: Re-group the options in the --help output.
* g10/gpg.c (opts): Change oLoadExtensions, oStrict, and oNoStrict to
use ARGPARSE_ignore and remove the code in the option switch.
--
This looks better and is also required for further simplifications of
gpgconf.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpgconf-comp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index e77a68b7d..ddedd6a21 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -717,7 +717,8 @@ static gc_option_t gc_options_gpg[] = { "default-new-key-algo", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE, NULL, NULL, GC_ARG_TYPE_STRING, GC_BACKEND_GPG }, - { "default_pubkey_algo", + { "default_pubkey_algo", /*FIXME: This is a pseudo option which we + * read using --gpgconf-list */ (GC_OPT_FLAG_ARG_OPT|GC_OPT_FLAG_NO_CHANGE), GC_LEVEL_INVISIBLE, NULL, NULL, GC_ARG_TYPE_STRING, GC_BACKEND_GPG }, |