Skip to content

Commit

Permalink
invite: update cmd example
Browse files Browse the repository at this point in the history
  • Loading branch information
talset committed Mar 29, 2023
1 parent cf3f762 commit 6e3c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cycloid/members/invite.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func NewInviteCommand() *cobra.Command {
var (
example = `
# Invite a member within my-org organization
cy --org my-org members invite --email [email protected]
cy --org my-org members invite --role organization-member --email [email protected]
`
short = "Invite the organization member"
long = short
Expand Down

0 comments on commit 6e3c58e

Please sign in to comment.