Merge pull request #15208 from ayeowch/fix-typo

cmd/geth: fix --password typo
This commit is contained in:
Péter Szilágyi 2017-09-27 11:01:38 +03:00 committed by GitHub
commit 860e697b00

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: "",
} }