Skip to content

Commit

Permalink
Fix --help for --http; embedded rpcdaemon is off by default (#4402)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmitsuda committed Jun 8, 2022
1 parent feabb96 commit cbe2566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ var (
}
HTTPEnabledFlag = cli.BoolFlag{
Name: "http",
Usage: "Enabled by default. Use --http=false to disable the HTTP-RPC server",
Usage: "Disabled by default. Use --http to enable the HTTP-RPC server",
}
HTTPListenAddrFlag = cli.StringFlag{
Name: "http.addr",
Expand Down

0 comments on commit cbe2566

Please sign in to comment.