diff options
Diffstat (limited to '')
-rw-r--r-- | doc/tools.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index 425790e9d..8fdaa96a7 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -319,6 +319,17 @@ gpg-agent and scdaemon. Components which don't support reloading are ignored. Note that as of now reload and kill have the same effect for scdaemon. +@item --create-socketdir +@opindex create-socketdir +Create a directory for sockets below /run/user or /var/run/user. This +is command is only required if a non default home directory is used +and the /run based sockets shall be used. For the default home +directory GnUPG creates a directory on the fly. + +@item --remove-socketdir +@opindex remove-socketdir +Remove a directory created with command @option{--create-socketdir}. + @end table |