We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaf2df commit 1100c37Copy full SHA for 1100c37
cmd/collaborators/update.go
@@ -55,7 +55,7 @@ func NewUpdateCommand(clients *shared.ClientFactory) *cobra.Command {
55
},
56
}
57
58
- cmd.Flags().StringVarP(&updateFlags.permissionType, "permission-type", "P", "", "collaborator permission type: reader, owner")
+ cmd.Flags().StringVarP(&updateFlags.permissionType, "permission-type", "P", "", "collaborator permission type: [reader|owner]")
59
60
return cmd
61
0 commit comments