diff options
author | Jakob Unterwurzacher | 2016-10-06 22:41:13 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-06 22:41:13 +0200 |
commit | 434ce50db38e78f7e2a67af07cb92d8829fdfdf6 (patch) | |
tree | 33315121c236268e4c10b7df9ccf98d931d5f606 /Documentation | |
parent | ff48dc1aab1c551dcaaa0f46b32dbc5f35e90e2e (diff) |
main: add "-nonempty" option
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index a9b84dd..9847811 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -79,6 +79,10 @@ anybody on the machine who can execute "ps -auxwww". : Write memory profile to specified file. This is useful when debugging memory usage of gocryptfs. +**-nonempty** +: Allow mounting over non-empty directories. FUSE by default disallows +this because to prevent accidential shadowing of files. + **-nosyslog** : Diagnostic messages are normally redirected to syslog once gocryptfs daemonizes. This option disables the redirection and messages will |