Skip to content

Commit

Permalink
fix: adjust pre-release description (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored Jun 24, 2024
1 parent bf57e30 commit 723cd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/git/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ export function builder(yargs) {
'Removes the Hackerone report based on ID provided from vulnerabilities.json'
)
.example(
'git node security --pre-release' +
'git node security --pre-release',
'Create the pre-release announcement on the Nodejs.org repo'
).example(
'git node security --notify-pre-release' +
'git node security --notify-pre-release',
'Notifies the community about the security release'
)
.example(
Expand Down

0 comments on commit 723cd7f

Please sign in to comment.