1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-30 22:08:02 +02:00

Fix buglet.

This commit is contained in:
Marcus Brinkmann 2004-03-08 14:28:54 +00:00
parent f3553d844d
commit 5c457626a8

View File

@ -330,7 +330,7 @@ Example:
To set the option force, which is of basic type 0 (none). To set the option force, which is of basic type 0 (none).
$ echo 'force:0:1' | gpgconf --change-options dirmngr $ echo 'force:0:1' | gpgconf --change-options dirmngr
To delete the option force: To delete the option force:
$ echo 'force:16:0' | gpgconf --change-options dirmngr $ echo 'force:16:' | gpgconf --change-options dirmngr
Option --runtime Option --runtime