Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Dec 6, 2023
1 parent 8004df2 commit 6b78e74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/auth0_users_blocks_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ auth0 users blocks list [flags]
```
auth0 users blocks list <user-id|username|email|phone-number>
auth0 users blocks list <user-id|username|email|phone-number> --json
auth0 users blocks unblock "auth0|61b5b6e90783fa19f7c57dad
auth0 users blocks unblock "[email protected]
auth0 users blocks list "auth0|61b5b6e90783fa19f7c57dad
auth0 users blocks list "[email protected]
```


Expand Down
4 changes: 2 additions & 2 deletions internal/cli/users_blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ func listUserBlocksCmd(cli *cli) *cobra.Command {
Long: "List brute-force protection blocks for a given user by user ID, username, phone number or email.",
Example: ` auth0 users blocks list <user-id|username|email|phone-number>
auth0 users blocks list <user-id|username|email|phone-number> --json
auth0 users blocks unblock "auth0|61b5b6e90783fa19f7c57dad
auth0 users blocks unblock "[email protected]`,
auth0 users blocks list "auth0|61b5b6e90783fa19f7c57dad
auth0 users blocks list "[email protected]`,
RunE: func(cmd *cobra.Command, args []string) error {
if len(args) == 0 {
if err := userIdentifier.Ask(cmd, &inputs.userIdentifier); err != nil {
Expand Down

0 comments on commit 6b78e74

Please sign in to comment.