diff --git a/components/git/security.js b/components/git/security.js index c5aba079..8a0b1e06 100644 --- a/components/git/security.js +++ b/components/git/security.js @@ -60,7 +60,7 @@ export function builder(yargs) { ) .example( 'git node security --request-cve', - 'Request CVEs for a security release of Node.js based on the vulnerabilities.js' + 'Request CVEs for a security release of Node.js based on the next-security-release/vulnerabilities.json' ); }