diff options
author | Jakob Unterwurzacher | 2019-11-03 20:19:22 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-11-03 20:19:22 +0100 |
commit | 3b67bc5711ca43fe10b5fc30fd00b706d9aa5ae2 (patch) | |
tree | 29e4f1a5011cc60967964fda1cc86c6a39ba13da /help.go | |
parent | 93939961f57e881f2b82293aa8749ea6f1ba6180 (diff) |
main: show "-fsck" in help text
Suggested at https://github.com/rfjakob/gocryptfs/issues/403
Diffstat (limited to 'help.go')
-rw-r--r-- | help.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ Common Options (use -hh to show all): -ctlsock Create control socket at location -extpass Call external program to prompt for the password -fg Stay in the foreground + -fsck Check filesystem integrity -fusedebug Debug FUSE calls -h, -help This short help text -hh Long help text with all options |