Commit 860e697b authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #15208 from ayeowch/fix-typo

cmd/geth: fix --password typo
parents 229bf51f f3c9585f
......@@ -305,7 +305,7 @@ var (
}
PasswordFileFlag = cli.StringFlag{
Name: "password",
Usage: "Password file to use for non-inteactive password input",
Usage: "Password file to use for non-interactive password input",
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