Skip to content

Commit

Permalink
app/vmctl: enable version flag (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk authored and valyala committed Feb 27, 2023
1 parent bbd5914 commit afa3678
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/vmctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit afa3678

Please sign in to comment.