mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
style: change to single qoute
This commit is contained in:
parent
d08babdb87
commit
e4a0198e2b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export const commands: Cmd[] = [
|
||||||
"Doesn't check to see if all of the patches have been applied",
|
"Doesn't check to see if all of the patches have been applied",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
arg: "-j, --jobs <number>",
|
arg: '-j, --jobs <number>',
|
||||||
description:
|
description:
|
||||||
'Number of jobs to run in parallel',
|
'Number of jobs to run in parallel',
|
||||||
parse: (val: string) => {
|
parse: (val: string) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue