From 9cf3ced0ce95495cabd8f4e7055d1c98f42363c9 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 9 Oct 2016 19:38:49 +0200 Subject: main: also accept options at the end via "-o" For compatability with mount(1), options are also accepted as "-o COMMA-SEPARATED-OPTIONS" at the end of the command line. For example, "-o q,zerokey" is equivalent to "-q -zerokey". --- Documentation/MANPAGE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 87265d8..b945a1d 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -18,7 +18,7 @@ gocryptfs -init [OPTIONS] CIPHERDIR Mount ----- -gocryptfs [OPTIONS] CIPHERDIR MOUNTPOINT +gocryptfs [OPTIONS] CIPHERDIR MOUNTPOINT [-o COMMA-SEPARATED-OPTIONS] Change password --------------- @@ -143,6 +143,12 @@ useful in regression testing. automated testing as it does not provide any security. +Comma-Separated-Options: + +For compatability with mount(1), options are also accepted as +"-o COMMA-SEPARATED-OPTIONS" at the end of the command line. +For example, "-o q,zerokey" is equivalent to "-q -zerokey". + EXAMPLES ======== -- cgit v1.2.3