diff options
Diffstat (limited to 'internal/fusefrontend')
| -rw-r--r-- | internal/fusefrontend/args.go | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/internal/fusefrontend/args.go b/internal/fusefrontend/args.go index 4029913..ddfb9dc 100644 --- a/internal/fusefrontend/args.go +++ b/internal/fusefrontend/args.go @@ -6,7 +6,9 @@ import (  // Args is a container for arguments that are passed from main() to fusefrontend  type Args struct { -	Masterkey      []byte +	Masterkey []byte +	// Cipherdir is the backing storage directory (absolute path). +	// For reverse mode, Cipherdir actually contains *plaintext* files.  	Cipherdir      string  	CryptoBackend  cryptocore.AEADTypeEnum  	PlaintextNames bool | 
