Skip to content

Commit

Permalink
Make the apps use short description more helpful (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Apr 2, 2021
1 parent 19f95f3 commit 7c8657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func useAppCmd(cli *cli) *cobra.Command {

cmd := &cobra.Command{
Use: "use",
Short: "Choose a default application",
Short: "Choose a default application for the Auth0 CLI",
Long: `Specify your preferred application for interaction with the Auth0 CLI`,
Example: `auth0 apps use <client-id>`,
PreRun: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 7c8657b

Please sign in to comment.