mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
cmd/geth: fix --password typo
This commit is contained in:
parent
d677c2b0cf
commit
7c47dc7ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -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: "",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue