Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/git/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}
Expand Down