Skip to content

Commit

Permalink
change target-version help message
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku committed Oct 2, 2024
1 parent 99e86e4 commit ca6d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/role/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (m *missingPermissionsError) Error() string {

var (
verifiedVersion = flag.String("verified-version", "", "verified version")
targetVersion = flag.String("target-version", "", "target version")
targetVersion = flag.String("target-version", "", "(optional) version to be verified")
ocBinary = flag.String("oc-bin", "oc", "path to oc binary")
permissionSets = []permissionSet{
{
Expand Down

0 comments on commit ca6d7c1

Please sign in to comment.