diff options
author | Marcus Brinkmann <mb@g10code.com> | 2004-02-26 17:28:27 +0100 |
---|---|---|
committer | Marcus Brinkmann <mb@g10code.com> | 2004-02-26 17:28:27 +0100 |
commit | 7aa4fa9b095a70fb1c1049c9e61dbd6c9d96eeac (patch) | |
tree | dd15f2490d3c1c42b28e5e3ae6528a6a2320b9d8 /tools/README.gpgconf | |
parent | 2004-02-25 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-7aa4fa9b095a70fb1c1049c9e61dbd6c9d96eeac.tar.xz gnupg2-7aa4fa9b095a70fb1c1049c9e61dbd6c9d96eeac.zip |
2004-02-26 Marcus Brinkmann <marcus@g10code.de>
* README.gpgconf (NAME): Add info about optional arg and arg type 0.
* gpgconf-comp.c (gc_component_change_options): Parse list of
arg type 0 options.
(option_check_validity): Add new argument NEW_VALUE_NR. Perform
rigorous validity checks.
(change_options_program): Disable an option also if we have a new
value for it.
Diffstat (limited to 'tools/README.gpgconf')
-rw-r--r-- | tools/README.gpgconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/README.gpgconf b/tools/README.gpgconf index 84fed518b..2f6a2e073 100644 --- a/tools/README.gpgconf +++ b/tools/README.gpgconf @@ -191,6 +191,7 @@ OR-wise combination of the following flag values: 1 group If this flag is set, this is a line describing a group and not an option. O 2 optional arg If this flag is set, the argument is optional. + This is never set for arg type 0 (none) options. O 4 list If this flag is set, the option can be given multiple times. O 8 runtime If this flag is set, the option can be changed |