Skip to content

Commit 6142d56

Browse files
committed
Fix uppercasing
1 parent 5a0c1a0 commit 6142d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/apps.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func createAppCmd(cli *cli) *cobra.Command {
207207
Short: "Create a new application",
208208
Long: `Create a new application:
209209
210-
auth0 apps create --Name myapp --type [native|spa|regular|m2m]
210+
auth0 apps create --name myapp --type [native|spa|regular|m2m]
211211
`,
212212
PreRun: func(cmd *cobra.Command, args []string) {
213213
prepareInteractivity(cmd)
@@ -310,7 +310,7 @@ func updateAppCmd(cli *cli) *cobra.Command {
310310
Short: "Update an application",
311311
Long: `Update an application:
312312
313-
auth0 apps update <id> --Name myapp --type [native|spa|regular|m2m]
313+
auth0 apps update <id> --name myapp --type [native|spa|regular|m2m]
314314
`,
315315
PreRun: func(cmd *cobra.Command, args []string) {
316316
prepareInteractivity(cmd)

0 commit comments

Comments
 (0)