From bcbf73225edead87fd3d7ffc3e270ab2dce42be4 Mon Sep 17 00:00:00 2001 From: Dmytro Kozlov Date: Mon, 27 Feb 2023 11:30:53 +0200 Subject: [PATCH] app/vmctl: enable version flag (#3868) --- app/vmctl/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/vmctl/main.go b/app/vmctl/main.go index d5039a6be..dbfc332f1 100644 --- a/app/vmctl/main.go +++ b/app/vmctl/main.go @@ -35,9 +35,6 @@ func main() { Name: "vmctl", Usage: "VictoriaMetrics command-line tool", Version: buildinfo.Version, - // Disable `-version` flag to avoid conflict with lib/buildinfo flags - // see https://github.com/urfave/cli/issues/1560 - HideVersion: true, Commands: []*cli.Command{ { Name: "opentsdb",