From 0751b4e00a3cbb7e940e39d76abadd21aadcd16c Mon Sep 17 00:00:00 2001 From: Jesse Dunietz Date: Thu, 11 Oct 2018 15:44:16 -0400 Subject: [PATCH] Updated manpage for -idle flag --- Documentation/MANPAGE.md | 5 +++++ 1 file changed, 5 insertions(+) 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.