diff --git a/backend/crypt/crypt.go b/backend/crypt/crypt.go index f7f0f7e46..56d9cabf5 100644 --- a/backend/crypt/crypt.go +++ b/backend/crypt/crypt.go @@ -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.", }, }, }, {