diff options
author | Werner Koch <wk@gnupg.org> | 2016-10-27 09:27:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-10-27 09:27:37 +0200 |
commit | cf20b23c146c9e499263654644035796475de097 (patch) | |
tree | 28ce8130bc91c4b8001ea77eb178d536eac2fc94 /doc | |
parent | common: Remove debug output from gnupg_get_socket_name. (diff) | |
download | gnupg2-cf20b23c146c9e499263654644035796475de097.tar.xz gnupg2-cf20b23c146c9e499263654644035796475de097.zip |
dirmngr: Do not implement --supervised in Windows.
* dirmngr/dirmngr.c (opts) [W32]: Remove --supervised.
(main) [W32]: Ditto.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dirmngr.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 69d7e5e8f..6620a87a3 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -90,7 +90,7 @@ internal certificate validation code. This mode is deprecated. Run in the foreground, sending logs to stderr, and listening on file descriptor 3, which must already be bound to a listening socket. This is useful when running under systemd or other similar process -supervision schemes. +supervision schemes. This option is not supported on Windows. @item --list-crls @opindex list-crls |