diff options
author | Jakob Unterwurzacher | 2017-05-30 19:01:32 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-05-30 19:01:32 +0200 |
commit | 1e598e96fcd2ef53ab2ee1e2b408e4ebe920e59b (patch) | |
tree | 6dd5bcae81e54b4935ecda0817518eca0ee45ebc /Documentation | |
parent | ca5f469ea334bc5e93e25dae11140887d77b9673 (diff) |
main: add "-info" option
Pretty-prints the config while stripping out sensitive
(and uninteresting) data
https://github.com/rfjakob/gocryptfs/issues/111
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index c559bf1..054fc66 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -86,6 +86,16 @@ same name. By default, CIPHERDIR is used. #### -fusedebug Enable fuse library debug output +#### -h, -help +Print a short help text that shows the more-often used options. + +#### -hh +Long help text, shows all available options. + +#### -info +Pretty-print the contents of the config file for human consumption, +stripping out sensitive data. + #### -init Initialize encrypted directory |