Skip to content

Commit

Permalink
fix: cmds consistency (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfatta authored Feb 4, 2021
1 parent 591c7d3 commit 10bc65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/cli/get_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ func getTokenCmd(cli *cli) *cobra.Command {

cmd := &cobra.Command{
Use: "get-token",
Short: "fetch a token for the given client and API.",
Long: `$ auth0 get-token
Short: "Fetch a token for the given client and API",
Long: `auth0 get-token
Fetch an access token for the given client and API.
`,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
func usersCmd(cli *cli) *cobra.Command {
cmd := &cobra.Command{
Use: "users",
Short: "manage users.",
Short: "Manage users",
}

cmd.SetUsageTemplate(resourceUsageTemplate())
Expand Down

0 comments on commit 10bc65d

Please sign in to comment.