File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ func createAppCmd(cli *cli) *cobra.Command {
207
207
Short : "Create a new application" ,
208
208
Long : `Create a new application:
209
209
210
- auth0 apps create --Name myapp --type [native|spa|regular|m2m]
210
+ auth0 apps create --name myapp --type [native|spa|regular|m2m]
211
211
` ,
212
212
PreRun : func (cmd * cobra.Command , args []string ) {
213
213
prepareInteractivity (cmd )
@@ -310,7 +310,7 @@ func updateAppCmd(cli *cli) *cobra.Command {
310
310
Short : "Update an application" ,
311
311
Long : `Update an application:
312
312
313
- auth0 apps update <id> --Name myapp --type [native|spa|regular|m2m]
313
+ auth0 apps update <id> --name myapp --type [native|spa|regular|m2m]
314
314
` ,
315
315
PreRun : func (cmd * cobra.Command , args []string ) {
316
316
prepareInteractivity (cmd )
You can’t perform that action at this time.
0 commit comments