diff --git a/internal/cli/apps.go b/internal/cli/apps.go index b0558574d..460ce69c3 100644 --- a/internal/cli/apps.go +++ b/internal/cli/apps.go @@ -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) @@ -310,7 +310,7 @@ func updateAppCmd(cli *cli) *cobra.Command { Short: "Update an application", Long: `Update an application: -auth0 apps update --Name myapp --type [native|spa|regular|m2m] +auth0 apps update --name myapp --type [native|spa|regular|m2m] `, PreRun: func(cmd *cobra.Command, args []string) { prepareInteractivity(cmd)