diff options
author | Marcus Brinkmann <mb@g10code.com> | 2004-03-08 15:28:54 +0100 |
---|---|---|
committer | Marcus Brinkmann <mb@g10code.com> | 2004-03-08 15:28:54 +0100 |
commit | 5c457626a8151dfa1a642c7e3abdd7e0b6a86aa5 (patch) | |
tree | 2941488d4244c5e82346edbc70f485046377adaa /tools/README.gpgconf | |
parent | post release development preparations (diff) | |
download | gnupg2-5c457626a8151dfa1a642c7e3abdd7e0b6a86aa5.tar.xz gnupg2-5c457626a8151dfa1a642c7e3abdd7e0b6a86aa5.zip |
Fix buglet.
Diffstat (limited to 'tools/README.gpgconf')
-rw-r--r-- | tools/README.gpgconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/README.gpgconf b/tools/README.gpgconf index 03fd9daa7..c0d3c7c61 100644 --- a/tools/README.gpgconf +++ b/tools/README.gpgconf @@ -330,7 +330,7 @@ Example: To set the option force, which is of basic type 0 (none). $ echo 'force:0:1' | gpgconf --change-options dirmngr To delete the option force: -$ echo 'force:16:0' | gpgconf --change-options dirmngr +$ echo 'force:16:' | gpgconf --change-options dirmngr Option --runtime |