1
0

Stop using title capitalization for PKI help (#19104)

- Match the existing vault kv capitalization scheme for Synopsis help of each sub-command.
 - A few small tweaks as well to the messages text in a few cases
This commit is contained in:
Steven Clark 2023-02-09 11:40:26 -05:00 committed by GitHub
parent 62713ab253
commit e32b4dccf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ type PKIHealthCheckCommand struct {
}
func (c *PKIHealthCheckCommand) Synopsis() string {
return "Check PKI Secrets Engine health and operational status"
return "Check a PKI Secrets Engine mount's health and operational status"
}
func (c *PKIHealthCheckCommand) Help() string {

View File

@ -25,7 +25,7 @@ type PKIIssueCACommand struct {
}
func (c *PKIIssueCACommand) Synopsis() string {
return "Given a Parent Certificate, and a List of Generation Parameters, Creates an Issue on a Specified Mount"
return "Given a parent certificate, and a list of generation parameters, creates an issuer on a specified mount"
}
func (c *PKIIssueCACommand) Help() string {

View File

@ -30,7 +30,7 @@ type PKIListIntermediateCommand struct {
}
func (c *PKIListIntermediateCommand) Synopsis() string {
return "Determine Which (of a List) of Certificates Were Issued by A Given Parent Certificate"
return "Determine which of a list of certificates, were issued by a given parent certificate"
}
func (c *PKIListIntermediateCommand) Help() string {

View File

@ -24,7 +24,7 @@ type PKIVerifySignCommand struct {
}
func (c *PKIVerifySignCommand) Synopsis() string {
return "Check Whether One Certificate Validates Another Specified Certificate"
return "Check whether one certificate validates another specified certificate"
}
func (c *PKIVerifySignCommand) Help() string {