mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix improperly formatted help output strings (#6414)
This commit is contained in:
committed by
Calvin Leung Huang
parent
dcfdb3d5d5
commit
8de190f31d
@@ -114,14 +114,14 @@ func (c *AuthEnableCommand) Flags() *FlagSets {
|
||||
f.StringSliceVar(&StringSliceVar{
|
||||
Name: flagNameAuditNonHMACRequestKeys,
|
||||
Target: &c.flagAuditNonHMACRequestKeys,
|
||||
Usage: "Comma-separated string or list of keys that will not be HMAC'd by audit" +
|
||||
Usage: "Comma-separated string or list of keys that will not be HMAC'd by audit " +
|
||||
"devices in the request data object.",
|
||||
})
|
||||
|
||||
f.StringSliceVar(&StringSliceVar{
|
||||
Name: flagNameAuditNonHMACResponseKeys,
|
||||
Target: &c.flagAuditNonHMACResponseKeys,
|
||||
Usage: "Comma-separated string or list of keys that will not be HMAC'd by audit" +
|
||||
Usage: "Comma-separated string or list of keys that will not be HMAC'd by audit " +
|
||||
"devices in the response data object.",
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user