Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarrillo committed May 9, 2024
1 parent d29e238 commit b57bede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/setting/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b57bede

Please sign in to comment.