diff options
author | Jesse Dunietz | 2018-10-11 15:44:16 -0400 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-10-11 22:31:45 +0200 |
commit | 0751b4e00a3cbb7e940e39d76abadd21aadcd16c (patch) | |
tree | c111451f1adfeac2ec02f785ef8bd7a99b258f51 | |
parent | e537ecbe2ee45565813ce0aa25fca9f3297088bb (diff) |
Updated manpage for -idle flag
-rw-r--r-- | Documentation/MANPAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index b6ba8b3..baadb25 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -146,6 +146,11 @@ Long help text, shows all available options. Use HKDF to derive separate keys for content and name encryption from the master key. +#### -i duration, -idle duration +Only for forward mode: automatically unmount the filesystem if it has been idle +for the specified duration. Durations can be specified like "500s" or "2h45m". +0 (the default) means stay mounted indefinitely. + #### -info Pretty-print the contents of the config file for human consumption, stripping out sensitive data. |