mirror of
https://github.com/rclone/rclone
synced 2024-11-23 00:06:55 +01:00
sftp: fix typo in help text
This commit is contained in:
parent
144c1a04d4
commit
ed4f1b2936
@ -76,7 +76,7 @@ func init() {
|
||||
Optional: true,
|
||||
}, {
|
||||
Name: "use_insecure_cipher",
|
||||
Help: "Enable the user of the aes128-cbc cipher. This cipher is insecure and may allow plaintext data to be recovered by an attacker.",
|
||||
Help: "Enable the use of the aes128-cbc cipher. This cipher is insecure and may allow plaintext data to be recovered by an attacker.",
|
||||
Optional: true,
|
||||
Examples: []fs.OptionExample{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user