Skip to content

Commit

Permalink
fix: update help messages (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Aug 3, 2022
1 parent 6296372 commit 1a4c3b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions messages/verify.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"description": "validate a digital signature for a npm package",
"description": "Validate a digital signature for a npm package.",
"examples": [
"sfdx plugins:trust:verify --npm @scope/npmName --registry http://my.repo.org:4874",
"sfdx plugins:trust:verify --npm @scope/npmName"
"<%= config.bin %> <%= command.id %> --npm @scope/npmName --registry http://my.repo.org:4874",
"<%= config.bin %> <%= command.id %> --npm @scope/npmName"
],
"flags": {
"npm": "Specify the npm name. This can include a tag/version",
"registry": "The registry name. the behavior is the same as npm"
"npm": "Specify the npm name. This can include a tag/version.",
"registry": "The registry name. The behavior is the same as npm."
},
"FailedDigitalSignatureVerification": "A digital signature is specified for this plugin but it didn't verify against the certificate."
}

0 comments on commit 1a4c3b8

Please sign in to comment.