mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +02:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user