Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #77 from srinandan/issue76
Browse files Browse the repository at this point in the history
shorthand r reused #76
  • Loading branch information
srinandan authored Nov 29, 2022
2 parents 21851f8 + 7870279 commit dc7b765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/connectors/setcustom.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func init() {

SetCustomCmd.Flags().StringVarP(&memberName, "member", "m",
"", "Member Name, example Service Account Name")
SetCustomCmd.Flags().StringVarP(&role, "role", "r",
SetCustomCmd.Flags().StringVarP(&role, "role", "",
"", "Custom IAM role in the format projects/{project-id}/roles/{role}")
SetCustomCmd.Flags().StringVarP(&memberType, "member-type", "",
"serviceAccount", "memberType must be serviceAccount, user, or group (default serviceAccount)")
Expand Down

0 comments on commit dc7b765

Please sign in to comment.