fix erronous cmd arg example for docker in readme (#6846)

Co-authored-by: Matthew Davis <Matthew.Davis.2@team.telstra.com>
This commit is contained in:
Matthew Davis
2020-07-03 20:28:38 +10:00
committed by GitHub
parent 068ad02bc8
commit c4cb8e46c5

View File

@@ -350,7 +350,7 @@ Once built, `run-in-docker.sh` will act as an executable for openapi-generator-c
./run-in-docker.sh list # Executes 'list' command for openapi-generator-cli
./run-in-docker.sh /gen/bin/go-petstore.sh # Builds the Go client
./run-in-docker.sh generate -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml \
-g go -o /gen/out/go-petstore -DpackageName=petstore # generates go client, outputs locally to ./out/go-petstore
-g go -o /gen/out/go-petstore --package-name=petstore # generates go client, outputs locally to ./out/go-petstore
```
##### Troubleshooting