From baad248eaae7c6b0fb4e31afebf03335006a2098 Mon Sep 17 00:00:00 2001 From: "Jorge L. Fatta" Date: Tue, 26 Jan 2021 23:56:42 -0300 Subject: [PATCH] minor: match tagline --- internal/cli/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/cli/root.go b/internal/cli/root.go index d66f35f52..2e4927b42 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -23,8 +23,8 @@ func Execute() { Use: "auth0", SilenceUsage: true, SilenceErrors: true, - Short: "Command-line tool to interact with Auth0.", - Long: "Command-line tool to interact with Auth0.\n" + getLogin(cli), + Short: "Supercharge your development workflow.", + Long: "Supercharge your development workflow.\n" + getLogin(cli), PersistentPreRunE: func(cmd *cobra.Command, args []string) error { // If the user is trying to login, no need to go