We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90ea27 commit 83b8f63Copy full SHA for 83b8f63
cli/userstatus.go
@@ -27,8 +27,7 @@ func (r *RootCmd) createUserStatusCommand(sdkStatus codersdk.UserStatus) *clibas
27
verb = "mark as dormant"
28
pastVerb = "marked as dormant"
29
aliases = []string{"dormant"}
30
- // FIXME(mtojek): short = "Update a user's status to 'dormant'. Dormant users are not counted in the license plan"
31
- short = "Update a user's status to 'dormant'."
+ short = "Update a user's status to 'dormant'. Dormant users are not counted in the license plan"
32
case codersdk.UserStatusSuspended:
33
verb = "suspend"
34
pastVerb = "suspended"
0 commit comments