mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
cmd/ethkey: fix typo
This commit is contained in:
parent
5a0aa16040
commit
3e65cf186f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue