mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmctl: enable version flag (#3868)
This commit is contained in:
parent
255a0cf635
commit
bcbf73225e
1 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue