diff options
author | Marcus Brinkmann <mb@g10code.com> | 2004-02-23 21:59:18 +0100 |
---|---|---|
committer | Marcus Brinkmann <mb@g10code.com> | 2004-02-23 21:59:18 +0100 |
commit | cd3ccbf34d6f4206f86e9390cceec160135388f9 (patch) | |
tree | 0a8748be1b50f50e8902139b5216817b67a7aa89 /tools/README.gpgconf | |
parent | 2004-02-23 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-cd3ccbf34d6f4206f86e9390cceec160135388f9.tar.xz gnupg2-cd3ccbf34d6f4206f86e9390cceec160135388f9.zip |
2004-02-23 Marcus Brinkmann <marcus@g10code.de>
* README.gpgconf: Change meaning of type 0 options value if it is
the empty string or "0".
Diffstat (limited to 'tools/README.gpgconf')
-rw-r--r-- | tools/README.gpgconf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/README.gpgconf b/tools/README.gpgconf index c0e5511c1..848e1c59f 100644 --- a/tools/README.gpgconf +++ b/tools/README.gpgconf @@ -82,7 +82,9 @@ argument depends on the type of the option and on some flags: The simplest case is that the option does not take an argument at all (TYPE is 0). Then the option argument is either empty if the option is not set, or an unsigned number that specifies how often the option -occurs. If the LIST flag is not set, then the only valid number is 1. +occurs. If the LIST flag is not set, then the only valid numbers are +0 and 1. 0 often has a special meaning in this context as it actually +negates setting the option one or more times. If the option takes a number argument (ALT-TYPE is 2 or 3), and it can only occur once (LIST flag is not set), then the option argument is @@ -318,5 +320,5 @@ Example: $ dirmngr --gpgconf-list gpgconf-config-file:/mnt/marcus/.gnupg/dirmngr.conf ldapservers-file:/mnt/marcus/.gnupg/dirmngr_ldapservers.conf -add-servers: +add-servers:0 max-replies:10 |