cmd/geth: fix --password typo

pull/15208/head
ayeowch 7 years ago
parent 229bf51f0d
commit f3c9585f2e
No known key found for this signature in database
GPG Key ID: 2C81F515BCACF9D4
  1. 2
      cmd/utils/flags.go

@ -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…
Cancel
Save