Skip to content

Commit 81cbf03

Browse files
authored
chore: fix typo in organization roles create help text (#21352)
A simple typo fix to the help text stidin > stdin ``` ➜ coder git:(org_role_fix) ✗ coder organizations roles create -h coder v2.29.1+59cdd7e USAGE: coder organizations roles create [flags] <role_name> Create a new organization custom role - Run with an input.json file: $ coder organization -O <organization_name> roles create --stidin < role.json ```
1 parent 0ba3f7e commit 81cbf03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/organizationroles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (r *RootCmd) createOrganizationRole(orgContext *OrganizationContext) *serpe
129129
Long: FormatExamples(
130130
Example{
131131
Description: "Run with an input.json file",
132-
Command: "coder organization -O <organization_name> roles create --stidin < role.json",
132+
Command: "coder organization -O <organization_name> roles create --stdin < role.json",
133133
},
134134
),
135135
Options: []serpent.Option{

cli/testdata/coder_organizations_roles_create_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
- Run with an input.json file:
99

10-
$ coder organization -O <organization_name> roles create --stidin <
10+
$ coder organization -O <organization_name> roles create --stdin <
1111
role.json
1212

1313
OPTIONS:

docs/reference/cli/organizations_roles_create.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)