diff --git a/cmd/thalos/main.go b/cmd/thalos/main.go index 020681b..5c6cf4d 100644 --- a/cmd/thalos/main.go +++ b/cmd/thalos/main.go @@ -178,7 +178,7 @@ func main() { exit = make(chan bool) showHelp := getopt.BoolLong("help", 'h', "display this help text") - showVersion := getopt.BoolLong("version", 'v', "display this help text") + showVersion := getopt.BoolLong("version", 'v', "display the version") configFile := getopt.StringLong("config", 'c', "./config.yml", "Config file to read", "file") pidFile := getopt.StringLong("pid", 'p', "", "Where to write process id", "file") logFile := getopt.StringLong("log", 'l', "", "Path to log file", "file")