Skip to content

Commit

Permalink
chore(version): Remove invalid flag from help text (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmapes authored Feb 7, 2024
1 parent c8476c7 commit b39b30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b39b30a

Please sign in to comment.