Skip to content

Commit

Permalink
Removed "(default: false)" from the --additional-properties option be…
Browse files Browse the repository at this point in the history
…cause the default parameter given already appends that to the help text. (#1766)
  • Loading branch information
mghoffmann committed Nov 27, 2023
1 parent 7a0b457 commit 2c8c088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-json-schema-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const args = new Command()
)
.option(
"--additional-properties",
"Allow additional properties for objects with no index signature (default: false)",
"Allow additional properties for objects with no index signature",
false
)
.version(pkg.version)
Expand Down

0 comments on commit 2c8c088

Please sign in to comment.