Skip to content

Commit 1100c37

Browse files
committed
update
1 parent ccaf2df commit 1100c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/collaborators/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func NewUpdateCommand(clients *shared.ClientFactory) *cobra.Command {
5555
},
5656
}
5757

58-
cmd.Flags().StringVarP(&updateFlags.permissionType, "permission-type", "P", "", "collaborator permission type: reader, owner")
58+
cmd.Flags().StringVarP(&updateFlags.permissionType, "permission-type", "P", "", "collaborator permission type: [reader|owner]")
5959

6060
return cmd
6161
}

0 commit comments

Comments
 (0)