aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-03-08 14:28:54 +0000
committerMarcus Brinkmann <[email protected]>2004-03-08 14:28:54 +0000
commit5c457626a8151dfa1a642c7e3abdd7e0b6a86aa5 (patch)
tree2941488d4244c5e82346edbc70f485046377adaa
parentpost release development preparations (diff)
downloadgnupg-5c457626a8151dfa1a642c7e3abdd7e0b6a86aa5.tar.gz
gnupg-5c457626a8151dfa1a642c7e3abdd7e0b6a86aa5.zip
Fix buglet.
-rw-r--r--tools/README.gpgconf2
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