mirror of
https://github.com/rclone/rclone.git
synced 2025-02-18 11:31:19 +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,
|
Optional: true,
|
||||||
}, {
|
}, {
|
||||||
Name: "use_insecure_cipher",
|
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,
|
Optional: true,
|
||||||
Examples: []fs.OptionExample{
|
Examples: []fs.OptionExample{
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user