mirror of
				https://github.com/dcarrillo/whatismyip.git
				synced 2025-11-04 11:39:09 +00:00 
			
		
		
		
	chore: Fix typo
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user