diff --git a/src/index.ts b/src/index.ts index 7507ce1..d416a69 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,7 +15,7 @@ function startMaster() { ) .option('--write', 'Whether to write files to the output') .option('--concurrency [value]', 'Maximum concurrency', cpus().length) - .option('--quiet, -q', 'If set, pprettier will not output progress') + .option('-q, --quiet', 'If set, pprettier will not output progress') .version(`@mixer/parallel-prettier version ${version} / prettier version ${prettier.version}`) .parse(process.argv);