diff --git a/compiler/packages/react-compiler-healthcheck/src/index.ts b/compiler/packages/react-compiler-healthcheck/src/index.ts index 548a373477b52..7af9c91242b10 100644 --- a/compiler/packages/react-compiler-healthcheck/src/index.ts +++ b/compiler/packages/react-compiler-healthcheck/src/index.ts @@ -15,8 +15,8 @@ import strictModeCheck from './checks/strictMode'; async function main() { const argv = yargs(process.argv.slice(2)) - .scriptName('healthcheck') - .usage('$ npx healthcheck ') + .scriptName('react-compiler-healthcheck') + .usage('$ npx react-compiler-healthcheck --src=""') .option('src', { description: 'glob expression matching src files to compile', type: 'string',