You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -507,7 +507,7 @@ and `config.json` contains the following as an example:
507
507
```
508
508
509
509
Supported config options can be different per language. Running `config-help -l {lang}` will show available options.
510
-
**These options are applied via configuration file (e.g. config.json) or by passing them with `-D{optionName}={optionValue}`**. (If `-D{optionName}` does not work, please open a [ticket](https://github.com/swagger-api/swagger-codegen/issues/new) and we'll look into it)
510
+
**These options are applied via configuration file (e.g. config.json) or by passing them with `java -jar swagger-codegen-cli.jar -D{optionName}={optionValue}`**. (If `-D{optionName}` does not work, please open a [ticket](https://github.com/swagger-api/swagger-codegen/issues/new) and we'll look into it)
@@ -1109,7 +1109,7 @@ The Swagger Codegen project is intended as a benefit for users of the Swagger /
1109
1109
* Generated code is intentionally _not_ subject to the parent project license
1110
1110
1111
1111
When code is generated from this project, it shall be considered **AS IS** and owned by the user of the software. There are no warranties--expressed or implied--for generated code. You can do what you wish with it, and once generated, the code is your responsibility and subject to the licensing terms that you deem appropriate.
1112
-
1112
+
1113
1113
License
1114
1114
-------
1115
1115
@@ -1127,4 +1127,3 @@ limitations under the License.
0 commit comments