diff --git a/internal/cli/quickstarts.go b/internal/cli/quickstarts.go index f4127a935..ed7928555 100644 --- a/internal/cli/quickstarts.go +++ b/internal/cli/quickstarts.go @@ -41,7 +41,7 @@ func downloadQuickstart(cli *cli) *cobra.Command { cmd := &cobra.Command{ Use: "download", Short: "Download a specific type and tech stack for quick starts", - Long: `auth0 quickstart download --type --client-id --stack `, + Long: `auth0 quickstarts download --type --client-id --stack `, RunE: func(cmd *cobra.Command, args []string) error { client, err := cli.api.Client.Read(flags.ClientID) if err != nil {