forked from TrueCloudLab/rclone
crypt: more docs for remote parameter - fixes #686
This commit is contained in:
parent
0cef6bd0ac
commit
d83074ae05
1 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue