mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
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
|
@ -47,8 +47,10 @@ func init() {
|
|||
},
|
||||
},
|
||||
}, {
|
||||
Name: "directory_name_encryption",
|
||||
Help: "Option to either encrypt directory names or leave them intact.",
|
||||
Name: "directory_name_encryption",
|
||||
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,
|
||||
Examples: []fs.OptionExample{
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user