From b39b30a8edef65e46d8eb6732a04dbac81a3242d Mon Sep 17 00:00:00 2001 From: Taylor Mapes Date: Wed, 7 Feb 2024 15:00:12 -0600 Subject: [PATCH] chore(version): Remove invalid flag from help text (#525) --- command/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/version/version.go b/command/version/version.go index 67037c0c..d1091116 100644 --- a/command/version/version.go +++ b/command/version/version.go @@ -33,7 +33,7 @@ var CommandVersion = &cli.Command{ CustomHelpTemplate: fmt.Sprintf(`%s EXAMPLES: 1. Output Vela version information - $ {{.HelpName}} --api.addr https://vela.example.com + $ {{.HelpName}} 2. Output Vela version information with JSON output $ {{.HelpName}} --output json