chore: Fix typo

This commit is contained in:
Daniel Carrillo 2024-05-09 20:01:40 +02:00
parent d29e238beb
commit b57beded8f
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ Usage of whatismyip:
-geoip2-city string
Path to GeoIP2 city database
-resolver string
Path to the resolver configuration. It actually enables the resolver for DNS client discover.
Path to the resolver configuration. It actually enables the resolver for DNS client discovery.
-template string
Path to template file
-tls-bind string

View File

@ -70,7 +70,7 @@ func Setup(args []string) (output string, err error) {
&resolverConf,
"resolver",
"",
"Path to the resolver configuration. It actually enables the resolver for DNS client discover.")
"Path to the resolver configuration. It actually enables the resolver for DNS client discovery.")
flags.StringVar(
&App.BindAddress,
"bind",