Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenna Goldstrich authored and a-b committed Jul 16, 2021
1 parent 2181f13 commit c570275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command/v7/set_space_role_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type SetSpaceRoleCommand struct {
Args flag.SpaceRoleArgs `positional-args:"yes"`
IsClient bool `long:"client" description:"Assign a space role to a client-id of a (non-user) service account"`
Origin string `long:"origin" description:"Indicates the identity provider to be used for authentication"`
usage interface{} `usage:"CF_NAME set-space-role USERNAME ORG SPACE ROLE\n CF_NAME set-space-role USERNAME ORG SPACE ROLE [--client]\n CF_NAME set-space-role USERNAME ORG SPACE ROLE [--origin ORIGIN]\n\nROLES:\n SpaceManager - Invite and manage users, and enable features for a given space\n SpaceDeveloper - Create and manage apps and services, and see logs and reports\n SpaceAuditor - View logs, reports, and settings on this space\n SpaceSupporter - (Beta role, behavior will change) TEMPLATE MESSAGE"`
usage interface{} `usage:"CF_NAME set-space-role USERNAME ORG SPACE ROLE\n CF_NAME set-space-role USERNAME ORG SPACE ROLE [--client]\n CF_NAME set-space-role USERNAME ORG SPACE ROLE [--origin ORIGIN]\n\nROLES:\n SpaceManager - Invite and manage users, and enable features for a given space\n SpaceDeveloper - Create and manage apps and services, and see logs and reports\n SpaceAuditor - View logs, reports, and settings on this space\n SpaceSupporter [Beta role, subject to change] - Manage apps and services, and see logs and reports"`
relatedCommands interface{} `related_commands:"space-users, unset-space-role"`
}

Expand Down
2 changes: 1 addition & 1 deletion command/v7/unset_space_role_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type UnsetSpaceRoleCommand struct {
Args flag.SpaceRoleArgs `positional-args:"yes"`
IsClient bool `long:"client" description:"Remove space role from a client-id of a (non-user) service account"`
Origin string `long:"origin" description:"Indicates the identity provider to be used for authentication"`
usage interface{} `usage:"CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n CF_NAME unset-space-role USERNAME ORG SPACE ROLE [--client]\n CF_NAME unset-space-role USERNAME ORG SPACE ROLE [--origin ORIGIN]\n\nROLES:\n SpaceManager - Invite and manage users, and enable features for a given space\n SpaceDeveloper - Create and manage apps and services, and see logs and reports\n SpaceAuditor - View logs, reports, and settings on this space\n SpaceSupporter - (Beta role, behavior will change) TEMPLATE MESSAGE"`
usage interface{} `usage:"CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n CF_NAME unset-space-role USERNAME ORG SPACE ROLE [--client]\n CF_NAME unset-space-role USERNAME ORG SPACE ROLE [--origin ORIGIN]\n\nROLES:\n SpaceManager - Invite and manage users, and enable features for a given space\n SpaceDeveloper - Create and manage apps and services, and see logs and reports\n SpaceAuditor - View logs, reports, and settings on this space\n SpaceSupporter [Beta role, subject to change] - Manage apps and services, and see logs and reports"`
relatedCommands interface{} `related_commands:"set-space-role, space-users"`
}

Expand Down

0 comments on commit c570275

Please sign in to comment.