Merge pull request #15208 from ayeowch/fix-typo

cmd/geth: fix --password typo
pull/15206/merge
Péter Szilágyi 7 years ago committed by GitHub
commit 860e697b00
  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