crypt: more docs for remote parameter - fixes #686

This commit is contained in:
Nick Craig-Wood 2016-10-08 10:34:59 +01:00
parent 0cef6bd0ac
commit d83074ae05

View file

@ -20,7 +20,7 @@ func init() {
NewFs: NewFs,
Options: []fs.Option{{
Name: "remote",
Help: "Remote to encrypt/decrypt.",
Help: "Remote to encrypt/decrypt.\nNormally should contain a ':' and a path, eg \"myremote:path/to/dir\",\n\"myremote:bucket\" or maybe \"myremote:\" (not recommended).",
}, {
Name: "filename_encryption",
Help: "How to encrypt the filenames.",