Skip to content

Commit

Permalink
minor: match tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
jfatta committed Jan 27, 2021
1 parent 6559495 commit baad248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baad248

Please sign in to comment.