diff options
author | David Shaw <[email protected]> | 2005-09-14 22:31:21 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-09-14 22:31:21 +0000 |
commit | 4afa18bcaacb2d75dd1eb97830b9e8fb709d2104 (patch) | |
tree | 538df6c905749d6cc0d7515eada2175829fb08a0 /g10/main.h | |
parent | * keyedit.c (show_names): Moved name display code out from (diff) | |
download | gnupg-4afa18bcaacb2d75dd1eb97830b9e8fb709d2104.tar.gz gnupg-4afa18bcaacb2d75dd1eb97830b9e8fb709d2104.zip |
* 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.
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index e53f73cb5..07935dbed 100644 --- a/g10/main.h +++ b/g10/main.h @@ -118,6 +118,7 @@ struct parse_options char *name; unsigned int bit; char **value; + char *help; }; char *optsep(char **stringp); |