Skip to content

Commit c9128ce

Browse files
committed
Add more phrasing
1 parent 873110a commit c9128ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/usercreate.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ Create a workspace `+cliui.DefaultStyles.Code.Render("coder create")+`!`)
140140
},
141141
{
142142
Flag: "login-type",
143-
Description: fmt.Sprintf("Optionally specify the login type for the user. Valid values are: %s.",
143+
Description: fmt.Sprintf("Optionally specify the login type for the user. Valid values are: %s. "+
144+
"Using 'none' prevents the user from authenticating and requires an API key/token to be generated by an admin.",
144145
strings.Join([]string{
145146
string(codersdk.LoginTypePassword), string(codersdk.LoginTypeNone), string(codersdk.LoginTypeGithub), string(codersdk.LoginTypeOIDC),
146147
}, ", ",

0 commit comments

Comments
 (0)