Unverified Commit f3c9585f authored by ayeowch's avatar ayeowch

cmd/geth: fix --password typo

parent 229bf51f
...@@ -305,7 +305,7 @@ var ( ...@@ -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: "",
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment