mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2024-12-30 17:16:47 +00:00
chore: Fix typo
This commit is contained in:
parent
d29e238beb
commit
b57beded8f
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user