Skip to content

Commit

Permalink
Update user roles number flat help text
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Jan 17, 2023
1 parent fdc6df7 commit 73a6451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/auth0_users_roles_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ auth0 users roles show [flags]

```
--json Output in json format.
-n, --number int Number of user roles to retrieve. Maximum result number is 1000. (default 50)
-n, --number int Number of user roles to retrieve. Minimum 1, maximum 1000. (default 50)
```


Expand Down
2 changes: 1 addition & 1 deletion internal/cli/users_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
Name: "Number",
LongForm: "number",
ShortForm: "n",
Help: "Number of user roles to retrieve. Maximum result number is 1000.",
Help: "Number of user roles to retrieve. Minimum 1, maximum 1000.",
}
)

Expand Down

0 comments on commit 73a6451

Please sign in to comment.