Skip to content

Commit 988bc8e

Browse files
authored
docs: add missing --reactivate option to unlock-user subcommand (#5162)
2 parents 0931d5d + 163357a commit 988bc8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference/cli/manage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,11 @@ $ mas-cli manage lock-user <username> --deactivate
119119

120120
Unlock a user.
121121

122+
Options:
123+
- `--reactivate`: Whether to reactivate the user.
124+
122125
```
123-
$ mas-cli manage unlock-user <username>
126+
$ mas-cli manage unlock-user <username> --reactivate
124127
```
125128

126129
## `manage register-user`

0 commit comments

Comments
 (0)