fix typo 's/aes-keuy/aes-key'

This commit is contained in:
Quentin Perez 2017-12-19 09:10:37 +01:00
parent 849a485621
commit 0f84be8fa0
No known key found for this signature in database
GPG key ID: 7C6DCB859CF22206

View file

@ -721,7 +721,7 @@ GLOBAL OPTIONS:
if c.Bool("decrypt") {
for _, host := range hosts {
HostDecrypt(globalContext.String("aes-keuy"), host)
HostDecrypt(globalContext.String("aes-key"), host)
}
}