Skip to content

Commit 179a83c

Browse files
pashields⚡️Patrick Shields⚡️
authored andcommitted
Fix help command in example
1 parent f3ff2f3 commit 179a83c

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
@@ -95,7 +95,7 @@ If you're looking for the latest stable version, you can grab it directly from M
9595
```sh
9696
wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.2.3/swagger-codegen-cli-2.2.3.jar -O swagger-codegen-cli.jar
9797

98-
java -jar swagger-codegen-cli.jar help
98+
java -jar swagger-codegen-cli.jar --help
9999
```
100100

101101
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/2.2.3/swagger-codegen-cli-2.2.3.jar`

0 commit comments

Comments
 (0)