cmd/ethkey: fix typo

This commit is contained in:
Felix Lange 2018-06-07 10:32:26 +02:00 committed by GitHub
parent 5a0aa16040
commit 3e65cf186f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ import (
) )
var newPassphraseFlag = cli.StringFlag{ var newPassphraseFlag = cli.StringFlag{
Name: "newpassowrdfile", Name: "newpasswordfile",
Usage: "the file that contains the new passphrase for the keyfile", Usage: "the file that contains the new passphrase for the keyfile",
} }