docs: automatically remove ending punctuation from first line of backend option help string when used for flag usage
See #5538
This commit is contained in:
parent
8b65c55711
commit
9a17b32b5d
4 changed files with 10 additions and 4 deletions
|
@ -109,12 +109,14 @@ Enter a string value. Press Enter for the default ("").
|
|||
remote> remote:path
|
||||
How to encrypt the filenames.
|
||||
Enter a string value. Press Enter for the default ("standard").
|
||||
Choose a number from below, or type in your own value
|
||||
1 / Encrypt the filenames. See the docs for the details.
|
||||
Choose a number from below, or type in your own value.
|
||||
/ Encrypt the filenames.
|
||||
1 | See the docs for the details.
|
||||
\ "standard"
|
||||
2 / Very simple filename obfuscation.
|
||||
\ "obfuscate"
|
||||
3 / Don't encrypt the file names. Adds a ".bin" extension only.
|
||||
/ Don't encrypt the file names.
|
||||
3 | Adds a ".bin" extension only.
|
||||
\ "off"
|
||||
filename_encryption>
|
||||
Option to either encrypt directory names or leave them intact.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue