Skip to content

Commit

Permalink
chore: tweak cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jun 25, 2023
1 parent 612cabf commit 87b80ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export async function main(options: Options = {}) {
.option('--publicDir [dir]', 'Copy public directory to output directory')
.option(
'--killSignal <signal>',
'Signal to kill child process, "SIGINT" or "SIGTERM"'
'Signal to kill child process, "SIGTERM" or "SIGKILL"'
)
.action(async (files: string[], flags) => {
const { build } = await import('.')
Expand Down

0 comments on commit 87b80ca

Please sign in to comment.