mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* main.h, misc.c (parse_options): Add the ability to have help
strings in xxx-options commands. * keyserver.c (keyserver_opts), import.c (parse_import_options), export.c (parse_export_options), g10.c (parse_list_options, main): Add help strings to xxx-options.
This commit is contained in:
parent
65566b5633
commit
4afa18bcaa
7 changed files with 130 additions and 63 deletions
|
@ -118,6 +118,7 @@ struct parse_options
|
|||
char *name;
|
||||
unsigned int bit;
|
||||
char **value;
|
||||
char *help;
|
||||
};
|
||||
|
||||
char *optsep(char **stringp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue