Skip to content

Commit 87b80ca

Browse files
committed
chore: tweak cli help
1 parent 612cabf commit 87b80ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli-main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export async function main(options: Options = {}) {
9393
.option('--publicDir [dir]', 'Copy public directory to output directory')
9494
.option(
9595
'--killSignal <signal>',
96-
'Signal to kill child process, "SIGINT" or "SIGTERM"'
96+
'Signal to kill child process, "SIGTERM" or "SIGKILL"'
9797
)
9898
.action(async (files: string[], flags) => {
9999
const { build } = await import('.')

0 commit comments

Comments
 (0)