Skip to content

Commit e748997

Browse files
authored
fix help command format 3.0
1 parent 44ff4c3 commit e748997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
353353

354354
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.3.0/swagger-codegen-cli-2.3.0.jar)
355355

356-
To get a list of **general** options available, please run `java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar help generate`
356+
To get a list of **general** options available, please run `java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate --help`
357357

358358
To get a list of PHP specified options (which can be passed to the generator with a config file via the `-c` option), please run `java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar config-help -l php`
359359

@@ -377,7 +377,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
377377
-o samples/client/petstore/java
378378
```
379379

380-
with a number of options. You can get the options with the `help generate` command (below only shows partal results):
380+
with a number of options. You can get the options with the `generate --help` command (below only shows partal results):
381381

382382
```
383383
NAME

0 commit comments

Comments
 (0)