From 1714594e6f1c91adccde1902ca1066bdddc9598f Mon Sep 17 00:00:00 2001 From: Meenal Trivedi Date: Sun, 18 Jul 2021 20:31:59 +0530 Subject: [PATCH] fix Signed-off-by: Meenal Trivedi --- setup/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/flags.go b/setup/flags.go index 7fb3a7fa6..969935cce 100644 --- a/setup/flags.go +++ b/setup/flags.go @@ -25,7 +25,7 @@ import ( ) var ( - version = flag.Bool("version", false, "Shows the current version and exits immediately.") + version = flag.Bool("version", false, "Shows the current version and exits immediately.") ) // ParseFlags parses the commandline flags and uses them to create a config.