Skip to content

Commit

Permalink
Update cmd/waku/flags.go
Browse files Browse the repository at this point in the history
Co-authored-by: Prem Chaitanya Prathi <chaitanyaprem@gmail.com>
  • Loading branch information
richard-ramos and chaitanyaprem authored Sep 27, 2023
1 parent 031cd56 commit 200b854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/waku/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var (
EnvVars: []string{"WAKUNODE2_CIRCUIT_RELAY"},
})
ForceReachability = altsrc.NewStringFlag(&cli.StringFlag{
Name: "reachability",
Name: "force-reachability",
Usage: "Force the node reachability. WARNING: This flag is created for testing circuit relay and is not meant to be used in production. Use 'public' or 'private'",
Value: "",
Hidden: true,
Expand Down

0 comments on commit 200b854

Please sign in to comment.