diff --git a/README.md b/README.md index 7c3a945c..429f905e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ $ openapi --help --exportModels Write models to disk (default: true) --exportSchemas Write schemas to disk (default: false) --indent Indentation options [4, 2, tab] (default: "4") - --postfix Service name postfix (default: "Service") + --postfixServices Service name postfix (default: "Service") + --postfixModels Model name postfix --request Path to custom request file -h, --help display help for command diff --git a/docs/basic-usage.md b/docs/basic-usage.md index 5b110f2a..d02da088 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -18,7 +18,8 @@ $ openapi --help --exportModels Write models to disk (default: true) --exportSchemas Write schemas to disk (default: false) --indent Indentation options [4, 2, tab] (default: "4") - --postfix Service name postfix (default: "Service") + --postfixServices Service name postfix (default: "Service") + --postfixModels Model name postfix --request Path to custom request file -h, --help display help for command