diff --git a/components/git/security.js b/components/git/security.js index 28a1039e..cdb4771a 100644 --- a/components/git/security.js +++ b/components/git/security.js @@ -79,7 +79,7 @@ export function builder(yargs) { 'Request CVEs for a security release of Node.js based on' + ' the next-security-release/vulnerabilities.json' ).example( - 'git node security --post-release' + + 'git node security --post-release', 'Create the post-release announcement on the Nodejs.org repo' ); }