Skip to content

Commit a0e28d7

Browse files
committed
parameter *input-openapi* instead of *input-yaml* (the latter is kept for backward compatibility)
1 parent 85e0e28 commit a0e28d7

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
@@ -69,7 +69,7 @@ Node : the type to check need to be in classpath.
6969

7070
```
7171
java -jar dist-openapi-doc-tool-*.jar --mode [check-model] \
72-
--input-yaml [path-to-openapi] \
72+
--input-openapi [path-to-openapi] \
7373
--output-file [output-file] \
7474
--check-type [java type to check] \
7575
--check-schema [openapi schema to check]

0 commit comments

Comments
 (0)