Skip to content

Commit 69583e6

Browse files
authored
Merge pull request #7683 from pashields/help-command
Fix help command in example
2 parents a33c06d + 179a83c commit 69583e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Right now there is a release candidate (rc0) version, which you can grab it dire
9090
```sh
9191
wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/3.0.0-rc0/swagger-codegen-cli-3.0.0-rc0.jar -O swagger-codegen-cli.jar
9292

93-
java -jar swagger-codegen-cli.jar help
93+
java -jar swagger-codegen-cli.jar --help
9494
```
9595

9696
For Windows users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g. `Invoke-WebRequest -OutFile swagger-codegen-cli.jar http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/3.0.0-rc0/swagger-codegen-cli-3.0.0-rc0.jar`

0 commit comments

Comments
 (0)