diff --git a/messages/verify.json b/messages/verify.json index f1755ef4..f40181d5 100644 --- a/messages/verify.json +++ b/messages/verify.json @@ -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." }