Skip to content

Commit

Permalink
Fix uppercasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Mar 12, 2021
1 parent 5a0c1a0 commit 6142d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cli/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func createAppCmd(cli *cli) *cobra.Command {
Short: "Create a new application",
Long: `Create a new application:
auth0 apps create --Name myapp --type [native|spa|regular|m2m]
auth0 apps create --name myapp --type [native|spa|regular|m2m]
`,
PreRun: func(cmd *cobra.Command, args []string) {
prepareInteractivity(cmd)
Expand Down Expand Up @@ -310,7 +310,7 @@ func updateAppCmd(cli *cli) *cobra.Command {
Short: "Update an application",
Long: `Update an application:
auth0 apps update <id> --Name myapp --type [native|spa|regular|m2m]
auth0 apps update <id> --name myapp --type [native|spa|regular|m2m]
`,
PreRun: func(cmd *cobra.Command, args []string) {
prepareInteractivity(cmd)
Expand Down

0 comments on commit 6142d56

Please sign in to comment.