Skip to content

Commit c5c87ae

Browse files
authored
Fix --no-warning flag in README
1 parent f384919 commit c5c87ae

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
@@ -104,7 +104,7 @@ For anything more complicated, or for generating specs dynamically, you can also
104104
| `--wrapper` | `-w` | `declare namespace OpenAPI2` | How should this export the types? |
105105
| `--output [location]` | `-o` | (stdout) | Where should the output file be saved? |
106106
| `--camelcase` | `-c` | `false` | Convert `snake_case` properties to `camelCase` |
107-
| `--nowarning` | | `false` | Disables “autogenerated file” warning at the top of generated files |
107+
| `--no-warning` | | `false` | Disables “autogenerated file” warning at the top of generated files |
108108
| `--nowrapper` | `-nw` | `false` | Disables rendering a wrapper |
109109

110110
### Node

0 commit comments

Comments
 (0)