diff --git a/internal/cli/apps.go b/internal/cli/apps.go index a710a359c..e147bc166 100644 --- a/internal/cli/apps.go +++ b/internal/cli/apps.go @@ -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 `, PreRun: func(cmd *cobra.Command, args []string) {