diff options
author | Jakob Unterwurzacher | 2016-11-11 00:01:29 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-11-11 00:01:29 +0100 |
commit | 081015aa746cc2a37284ad545d56d5ceb78164b6 (patch) | |
tree | 073894449dd102d7fc85ae9f67c0f4c55581ae09 /Documentation | |
parent | d8fb28a1c38cda0b013c617404ad4a768effb704 (diff) |
MANPAGE: document ctlsock
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 2060786..9446f0b 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -47,6 +47,13 @@ Options: **-cpuprofile string** : Write cpu profile to specified file +**-ctlsock string** +: Create a control socket at the specified location. The socket can be + used to decrypt and encrypt paths inside the filesystem. When using + this option, make sure that the direcory you place the socket in is + not world-accessible. For example, `/run/user/UID/my.socket` would + be suitable. + **-d, -debug** : Enable debug output |