mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-01-02 14:26:49 +00:00
chore: Fix typo
This commit is contained in:
parent
d29e238beb
commit
b57beded8f
@ -134,7 +134,7 @@ Usage of whatismyip:
|
|||||||
-geoip2-city string
|
-geoip2-city string
|
||||||
Path to GeoIP2 city database
|
Path to GeoIP2 city database
|
||||||
-resolver string
|
-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
|
-template string
|
||||||
Path to template file
|
Path to template file
|
||||||
-tls-bind string
|
-tls-bind string
|
||||||
|
@ -70,7 +70,7 @@ func Setup(args []string) (output string, err error) {
|
|||||||
&resolverConf,
|
&resolverConf,
|
||||||
"resolver",
|
"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(
|
flags.StringVar(
|
||||||
&App.BindAddress,
|
&App.BindAddress,
|
||||||
"bind",
|
"bind",
|
||||||
|
Loading…
Reference in New Issue
Block a user