Skip to content

Commit 83b8f63

Browse files
committed
FIXME
1 parent d90ea27 commit 83b8f63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/userstatus.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ func (r *RootCmd) createUserStatusCommand(sdkStatus codersdk.UserStatus) *clibas
2727
verb = "mark as dormant"
2828
pastVerb = "marked as dormant"
2929
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'."
30+
short = "Update a user's status to 'dormant'. Dormant users are not counted in the license plan"
3231
case codersdk.UserStatusSuspended:
3332
verb = "suspend"
3433
pastVerb = "suspended"

0 commit comments

Comments
 (0)