Skip to content

Commit b39b30a

Browse files
authored
chore(version): Remove invalid flag from help text (#525)
1 parent c8476c7 commit b39b30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var CommandVersion = &cli.Command{
3333
CustomHelpTemplate: fmt.Sprintf(`%s
3434
EXAMPLES:
3535
1. Output Vela version information
36-
$ {{.HelpName}} --api.addr https://vela.example.com
36+
$ {{.HelpName}}
3737
2. Output Vela version information with JSON output
3838
$ {{.HelpName}} --output json
3939

0 commit comments

Comments
 (0)