mirror of
https://github.com/rclone/rclone.git
synced 2025-07-01 04:50:12 +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:
@ -121,6 +121,7 @@ Set to 0 to keep connections indefinitely.
|
||||
}, {
|
||||
Name: "tls_cache_size",
|
||||
Help: `Size of TLS session cache for all control and data connections.
|
||||
|
||||
TLS cache allows to resume TLS sessions and reuse PSK between connections.
|
||||
Increase if default size is not enough resulting in TLS resumption errors.
|
||||
Enabled by default. Use 0 to disable.`,
|
||||
|
Reference in New Issue
Block a user