diff --git a/README.md b/README.md index 61562c82..a1a81295 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ openapi --help --exportServices Write services to disk (default: true) --exportModels Write models to disk (default: true) --exportSchemas Write schemas to disk (default: false) - --indent Indentation options [4, 2, tab] (default: "5") + --indent Indentation options [4, 2, tab] (default: "4") --postfix Service name postfix (default: "Service") --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 ec10b4b3..5b110f2a 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -17,7 +17,7 @@ $ openapi --help --exportServices Write services to disk (default: true) --exportModels Write models to disk (default: true) --exportSchemas Write schemas to disk (default: false) - --indent Indentation options [4, 2, tab] (default: "5") + --indent Indentation options [4, 2, tab] (default: "4") --postfix Service name postfix (default: "Service") --request Path to custom request file -h, --help display help for command