From b57beded8f9ed961588f3a9e9e410eacfaa24227 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 9 May 2024 20:01:40 +0200 Subject: [PATCH] chore: Fix typo --- README.md | 2 +- internal/setting/app.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0c8069..8ca5a67 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/internal/setting/app.go b/internal/setting/app.go index 7eb6ccf..d1119b4 100644 --- a/internal/setting/app.go +++ b/internal/setting/app.go @@ -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",