Skip to content

Commit

Permalink
Update comand example
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Feb 22, 2021
1 parent faffdd8 commit 808653c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/quickstarts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <type> --client-id <client-id> --stack <stack>`,
Long: `auth0 quickstarts download --type <type> --client-id <client-id> --stack <stack>`,
RunE: func(cmd *cobra.Command, args []string) error {
client, err := cli.api.Client.Read(flags.ClientID)
if err != nil {
Expand Down

0 comments on commit 808653c

Please sign in to comment.