Skip to content

Commit 3eff62a

Browse files
committed
wording
1 parent 2b61799 commit 3eff62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ func (r *RootCmd) Command(subcommands []*clibase.Cmd) (*clibase.Cmd, error) {
439439
Flag: varOrganizationSelect,
440440
FlagShorthand: "z",
441441
Env: "CODER_ORGANIZATION",
442-
Description: "Select which organization (uuid or name) to use as default. This overrides what is present in the config file.",
442+
Description: "Select which organization (uuid or name) to use This overrides what is present in the config file.",
443443
Value: clibase.StringOf(&r.organizationSelect),
444444
Group: globalGroup,
445445
},

0 commit comments

Comments
 (0)