diff options
| -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 | 
