From 7c8657b64030e696c043c4326d8c189a145f4854 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Fri, 2 Apr 2021 15:07:37 -0300 Subject: [PATCH] Make the `apps use` short description more helpful (#220) --- internal/cli/apps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {