diff options
author | Marcus Brinkmann <[email protected]> | 2017-07-01 12:28:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2017-07-01 12:30:04 +0000 |
commit | 7fb724c61655c6f75c61572d65a46e21ae112574 (patch) | |
tree | 2649b7e13990574efb43c0a490f0a0e493aeba0b /doc/gpgsm.texi | |
parent | agent: Fix option --debug-wait (diff) | |
download | gnupg-7fb724c61655c6f75c61572d65a46e21ae112574.tar.gz gnupg-7fb724c61655c6f75c61572d65a46e21ae112574.zip |
doc: Document obsolete option in gpgsm. Closes T2231.
* doc/gpgsm.texi: Mark --prefer-system-dirmngr as obsolete.
Signed-off-by: Marcus Brinkmann <[email protected]>
GnuPG-bug-id: 2231
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 79db1771a..5d79ce54e 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -365,10 +365,7 @@ default value is @file{@value{BINDIR}/dirmngr}. @item --prefer-system-dirmngr @opindex prefer-system-dirmngr -If a system wide @command{dirmngr} is running in daemon mode, first try -to connect to this one. Fallback to a pipe based server if this does -not work. Under Windows this option is ignored because the system dirmngr is -always used. +This option is obsolete and ignored. @item --disable-dirmngr Entirely disable the use of the Dirmngr. |