From 1e598e96fcd2ef53ab2ee1e2b408e4ebe920e59b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 30 May 2017 19:01:32 +0200 Subject: main: add "-info" option Pretty-prints the config while stripping out sensitive (and uninteresting) data https://github.com/rfjakob/gocryptfs/issues/111 --- Documentation/MANPAGE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Documentation') 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 -- cgit v1.2.3