Skip to content

Commit

Permalink
chore: indicate that --dns-discovery-url can be repeated (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored Nov 10, 2023
1 parent e6459df commit be9a2cc
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 @@ -459,7 +459,7 @@ var (
})
DNSDiscoveryUrl = altsrc.NewStringSliceFlag(&cli.StringSliceFlag{
Name: "dns-discovery-url",
Usage: "URL for DNS node list in format 'enrtree://<key>@<fqdn>'",
Usage: "URL for DNS node list in format 'enrtree://<key>@<fqdn>'. Option may be repeated",
Destination: &options.DNSDiscovery.URLs,
EnvVars: []string{"WAKUNODE2_DNS_DISCOVERY_URL"},
})
Expand Down

0 comments on commit be9a2cc

Please sign in to comment.