Skip to content

Commit

Permalink
Fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi committed Mar 6, 2021
1 parent 9edf4e8 commit 8d9cd9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ optional arguments:
--snake-case-field Change camel-case field name to snake-case
--strip-default-none Strip default None on fields
--disable-appending-item-suffix
Disable adding `Item` suffix to model name in an array
Disable appending `Item` suffix to model name in an array
--allow-population-by-field-name
Allow population by field name
--enable-faux-immutability
Expand Down
2 changes: 1 addition & 1 deletion datamodel_code_generator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def sig_int_handler(_: int, __: Any) -> None: # pragma: no cover
)
arg_parser.add_argument(
'--disable-appending-item-suffix',
help='Disable adding `Item` suffix to model name in an array',
help='Disable appending `Item` suffix to model name in an array',
action='store_true',
default=None,
)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ optional arguments:
--snake-case-field Change camel-case field name to snake-case
--strip-default-none Strip default None on fields
--disable-appending-item-suffix
Disable adding `Item` suffix to model name in an array
Disable appending `Item` suffix to model name in an array
--allow-population-by-field-name
Allow population by field name
--enable-faux-immutability
Expand Down

0 comments on commit 8d9cd9f

Please sign in to comment.