From 13661aa67b30c221ed6dbd9d7b3e6c978265d948 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 18 Dec 2024 12:39:16 -0500 Subject: [PATCH] Remove unneeded text for local --- src/commands/local.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/local.mjs b/src/commands/local.mjs index 0a973b76..b12bef32 100644 --- a/src/commands/local.mjs +++ b/src/commands/local.mjs @@ -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: {