Skip to content

Commit 8ad9c09

Browse files
authored
Fix documentation of --usage-limit and --unlimited parameters on issue-user-registration-token command. (#5285)
2 parents 4b6c1db + a89eb28 commit 8ad9c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/cli/manage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Create a new user registration token.
7878

7979
Options:
8080
- `--token <token>`: Specific token string to use. If not provided, a random token will be generated.
81-
- `--usage-limit <usage_limit>`: Limit the number of times the token can be used. If not provided, the token can be used an unlimited number of times.
81+
- `--usage-limit <usage_limit>`: Limit the number of times the token can be used. If not provided, the token can be can be used only once, unless the `--unlimited` flag is set.
82+
- `--unlimited` Allow the token to be used an unlimited number of times.
8283
- `--expires-in <expires_in>`: Time in seconds after which the token expires. If not provided, the token never expires.
8384

8485
```

0 commit comments

Comments
 (0)