mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user