From 372b2f9d52d3da788caf20faa597c5bfc131707b Mon Sep 17 00:00:00 2001 From: Srinivas Devaki Date: Tue, 11 Sep 2018 23:11:20 +0530 Subject: [PATCH] update options.go consistent with other configuration options --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 949fbba80..e33336a2b 100644 --- a/options.go +++ b/options.go @@ -20,7 +20,7 @@ import ( // Configuration Options that can be set by Command Line Flag, or Config File type Options struct { - ProxyPrefix string `flag:"proxy-prefix" cfg:"proxy-prefix"` + ProxyPrefix string `flag:"proxy-prefix" cfg:"proxy_prefix"` HttpAddress string `flag:"http-address" cfg:"http_address"` HttpsAddress string `flag:"https-address" cfg:"https_address"` RedirectURL string `flag:"redirect-url" cfg:"redirect_url"`