1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2025-01-21 03:15:47 +01:00

Consistent casing

This commit is contained in:
Frank Denis 2018-01-21 22:18:20 +01:00
parent 3dcedac390
commit 1d18a230c0

View File

@ -104,8 +104,8 @@ type BlockIPConfig struct {
}
func ConfigLoad(proxy *Proxy, svcFlag *string, config_file string) error {
version := flag.Bool("version", false, "prints current proxy version")
configFile := flag.String("config", "dnscrypt-proxy.toml", "path to the configuration file")
version := flag.Bool("version", false, "Prints current proxy version")
configFile := flag.String("config", "dnscrypt-proxy.toml", "Path to the configuration file")
resolve := flag.String("resolve", "", "resolve a name using system libraries")
flag.Parse()
if *svcFlag == "stop" || *svcFlag == "uninstall" {