From ac38ecce804de91b9771f9ff6cf96a05de6b8a16 Mon Sep 17 00:00:00 2001 From: "kim (grufwub)" Date: Thu, 22 Oct 2020 21:33:55 +0100 Subject: [PATCH] slightly modify flag strings Signed-off-by: kim (grufwub) --- core/string_constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/string_constants.go b/core/string_constants.go index 09ad60d..4e5f295 100644 --- a/core/string_constants.go +++ b/core/string_constants.go @@ -11,7 +11,7 @@ const ( rootFlagStr = "root" rootDescStr = "Server root directory" - bindAddrFlagStr = "bind-addr" + bindAddrFlagStr = "bind" bindAddrDescStr = "IP address to bind to" hostnameFlagStr = "hostname"