Skip to content

Commit

Permalink
Update src/commands/local.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Dec 18, 2024
1 parent 55a205f commit 561b654
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 @@ -176,7 +176,7 @@ function buildLocalCommand(yargs) {
},
typechecked: {
describe:
"Enable typechecking for the database. Use --no-typechecked to disable. 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",
default: undefined,
},
Expand Down

0 comments on commit 561b654

Please sign in to comment.