Skip to content

Commit

Permalink
Remove unneeded text for local
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Dec 18, 2024
1 parent cc8c5bb commit 13661aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/local.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function buildLocalCommand(yargs) {
},
typechecked: {
describe:
"Enable typechecking for the database. Use --no-typechecked to disable. Defaults to enabled for top-level databases. Inherits the parent database's setting for child databases. Valid only if --database is set.",
"Enable typechecking for the database. Use --no-typechecked to disable. Defaults to enabled. Valid only if --database is set.",
type: "boolean",
},
protected: {
Expand Down

0 comments on commit 13661aa

Please sign in to comment.