docs: add missing --reactivate option to unlock-user subcommand (#5162)

This commit is contained in:
Quentin Gliech
2025-10-22 16:09:16 +02:00
committed by GitHub

View File

@@ -119,8 +119,11 @@ $ mas-cli manage lock-user <username> --deactivate
Unlock a user.
Options:
- `--reactivate`: Whether to reactivate the user.
```
$ mas-cli manage unlock-user <username>
$ mas-cli manage unlock-user <username> --reactivate
```
## `manage register-user`