Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81cbf03

Browse files
authored
chore: fix typo in organization roles create help text (#21352)
A simple typo fix to the help textstidin > stdin```➜ coder git:(org_role_fix) ✗ coder organizations roles create -h coder v2.29.1+59cdd7eUSAGE: 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 parent0ba3f7e commit81cbf03

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 aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp