mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix some command help output formatting
This commit is contained in:
@@ -158,8 +158,8 @@ func (c *SecretsEnableCommand) Flags() *FlagSets {
|
||||
Name: "options",
|
||||
Target: &c.flagOptions,
|
||||
Completion: complete.PredictAnything,
|
||||
Usage: "Key-value pair provided as key=value for the mount options." +
|
||||
"This can be specified multiple times",
|
||||
Usage: "Key-value pair provided as key=value for the mount options. " +
|
||||
"This can be specified multiple times.",
|
||||
})
|
||||
|
||||
f.BoolVar(&BoolVar{
|
||||
|
||||
Reference in New Issue
Block a user