cmd/geth: fix --password typo

This commit is contained in:
ayeowch 2017-09-27 10:28:26 +10:00 committed by Vincent Serpoul
parent d677c2b0cf
commit 7c47dc7ae8

View file

@ -305,7 +305,7 @@ var (
} }
PasswordFileFlag = cli.StringFlag{ PasswordFileFlag = cli.StringFlag{
Name: "password", Name: "password",
Usage: "Password file to use for non-inteactive password input", Usage: "Password file to use for non-interactive password input",
Value: "", Value: "",
} }