sftp: fix typo in help text

This commit is contained in:
Jasper Lievisse Adriaanse 2018-07-08 12:01:35 +02:00 committed by Nick Craig-Wood
parent 144c1a04d4
commit ed4f1b2936
1 changed files with 1 additions and 1 deletions

View File

@ -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{
{