Skip to content

Commit 9d06fba

Browse files
authored
Merge pull request #10506 from HallDJack/patch-1
Add additional option descriptions to README.md
2 parents e1f44f3 + ad3094a commit 9d06fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ This will run the generator with this command:
376376

377377
```sh
378378
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
379-
-i http://petstore.swagger.io/v2/swagger.json \
380-
-l java \
381-
-o samples/client/petstore/java
379+
-i http://petstore.swagger.io/v2/swagger.json \ # The location of the Swagger specifcation file (JSON/YAML).
380+
-l java \ # The desired language for the library.
381+
-o samples/client/petstore/java # The output destination.
382382
```
383383

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

0 commit comments

Comments
 (0)