mirror of https://github.com/status-im/go-waku.git
chore: indicate that `--dns-discovery-url` can be repeated (#891)
This commit is contained in:
parent
e6459df7ec
commit
be9a2cce10
|
@ -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"},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue