docs: grammar/readability (#5633)
This commit is contained in:
parent
0902e5c48e
commit
d8d621c175
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ func init() {
|
||||||
Examples: []fs.OptionExample{
|
Examples: []fs.OptionExample{
|
||||||
{
|
{
|
||||||
Value: "standard",
|
Value: "standard",
|
||||||
Help: "Encrypt the filenames see the docs for the details.",
|
Help: "Encrypt the filenames. See the docs for the details.",
|
||||||
}, {
|
}, {
|
||||||
Value: "obfuscate",
|
Value: "obfuscate",
|
||||||
Help: "Very simple filename obfuscation.",
|
Help: "Very simple filename obfuscation.",
|
||||||
|
|
|
@ -110,7 +110,7 @@ remote> remote:path
|
||||||
How to encrypt the filenames.
|
How to encrypt the filenames.
|
||||||
Enter a string value. Press Enter for the default ("standard").
|
Enter a string value. Press Enter for the default ("standard").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Encrypt the filenames see the docs for the details.
|
1 / Encrypt the filenames. See the docs for the details.
|
||||||
\ "standard"
|
\ "standard"
|
||||||
2 / Very simple filename obfuscation.
|
2 / Very simple filename obfuscation.
|
||||||
\ "obfuscate"
|
\ "obfuscate"
|
||||||
|
|
Loading…
Add table
Reference in a new issue