Skip to content

Commit 860e697

Browse files
authored
Merge pull request #15208 from ayeowch/fix-typo
cmd/geth: fix --password typo
2 parents 229bf51 + f3c9585 commit 860e697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ var (
305305
}
306306
PasswordFileFlag = cli.StringFlag{
307307
Name: "password",
308-
Usage: "Password file to use for non-inteactive password input",
308+
Usage: "Password file to use for non-interactive password input",
309309
Value: "",
310310
}
311311

0 commit comments

Comments
 (0)