forked from TrueCloudLab/rclone
crypt: clarify that directory_name_encryption depends on filename_encryption
See: https://forum.rclone.org/t/directory-name-encryption-is-set-to-always-false-when-choosing-filename-encryption-off/14600
This commit is contained in:
parent
54a0c6b8ad
commit
7a5a74cecb
1 changed files with 4 additions and 2 deletions
|
@ -47,8 +47,10 @@ func init() {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
Name: "directory_name_encryption",
|
Name: "directory_name_encryption",
|
||||||
Help: "Option to either encrypt directory names or leave them intact.",
|
Help: `Option to either encrypt directory names or leave them intact.
|
||||||
|
|
||||||
|
NB If filename_encryption is "off" then this option will do nothing.`,
|
||||||
Default: true,
|
Default: true,
|
||||||
Examples: []fs.OptionExample{
|
Examples: []fs.OptionExample{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue