mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
chore: update description for jobs option in commands
This commit is contained in:
parent
297568f365
commit
d08babdb87
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export const commands: Cmd[] = [
|
||||||
{
|
{
|
||||||
arg: "-j, --jobs <number>",
|
arg: "-j, --jobs <number>",
|
||||||
description:
|
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) => {
|
parse: (val: string) => {
|
||||||
const parsed = parseInt(val, 10)
|
const parsed = parseInt(val, 10)
|
||||||
if (isNaN(parsed)) {
|
if (isNaN(parsed)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue