mirror of
https://github.com/rclone/rclone
synced 2024-12-27 19:43:48 +01:00
crypt: reorder the filename encryption options
This brings the default `standard` to the top of the list to replace `off`
This commit is contained in:
parent
3801b8109e
commit
42de601fa6
@ -35,14 +35,14 @@ func init() {
|
||||
Default: "standard",
|
||||
Examples: []fs.OptionExample{
|
||||
{
|
||||
Value: "off",
|
||||
Help: "Don't encrypt the file names. Adds a \".bin\" extension only.",
|
||||
}, {
|
||||
Value: "standard",
|
||||
Help: "Encrypt the filenames see the docs for the details.",
|
||||
}, {
|
||||
Value: "obfuscate",
|
||||
Help: "Very simple filename obfuscation.",
|
||||
}, {
|
||||
Value: "off",
|
||||
Help: "Don't encrypt the file names. Adds a \".bin\" extension only.",
|
||||
},
|
||||
},
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user