mirror of https://github.com/status-im/op-geth.git
cmd/geth: fix --password typo
This commit is contained in:
parent
229bf51f0d
commit
f3c9585f2e
|
@ -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: "",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue