From fb6d9a9b18d75bbf7991fd6039889fa2cd2f0737 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Wed, 3 Aug 2022 09:54:43 -0600 Subject: [PATCH] fix: update help messages --- messages/verify.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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." }