Skip to content

Commit

Permalink
Add missing long command descriptions (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored May 21, 2021
1 parent 67a94e6 commit b9317fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/cli/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func usersCmd(cli *cli) *cobra.Command {
cmd := &cobra.Command{
Use: "users",
Short: "Manage resources for users",
Long: "Manage resources for users.",
}

cmd.SetUsageTemplate(resourceUsageTemplate())
Expand Down Expand Up @@ -448,7 +449,8 @@ auth0 users open "auth0|xxxxxxxxxx"`,
func userBlocksCmd(cli *cli) *cobra.Command {
cmd := &cobra.Command{
Use: "blocks",
Short: "Manage brute-force protection user blocks.",
Short: "Manage brute-force protection user blocks",
Long: "Manage brute-force protection user blocks.",
}

cmd.SetUsageTemplate(resourceUsageTemplate())
Expand Down

0 comments on commit b9317fe

Please sign in to comment.