aboutsummaryrefslogtreecommitdiff
path: root/packages/db/src/core/cli/print-help.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/src/core/cli/print-help.ts')
-rw-r--r--packages/db/src/core/cli/print-help.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/db/src/core/cli/print-help.ts b/packages/db/src/core/cli/print-help.ts
index 8700301dd..4082380b2 100644
--- a/packages/db/src/core/cli/print-help.ts
+++ b/packages/db/src/core/cli/print-help.ts
@@ -41,8 +41,8 @@ export function printHelp({
message.push(
linebreak(),
` ${bgGreen(black(` ${commandName} `))} ${green(
- `v${process.env.PACKAGE_VERSION ?? ''}`
- )} ${headline}`
+ `v${process.env.PACKAGE_VERSION ?? ''}`,
+ )} ${headline}`,
);
}