chore: update description for jobs option in commands

This commit is contained in:
Slowlife01 2025-03-27 11:02:41 +07:00
parent 297568f365
commit d08babdb87

View file

@ -32,7 +32,7 @@ export const commands: Cmd[] = [
{
arg: "-j, --jobs <number>",
description:
'Number of jobs to run in parallel. Defaults to the number of cores on your machine.',
'Number of jobs to run in parallel',
parse: (val: string) => {
const parsed = parseInt(val, 10)
if (isNaN(parsed)) {