mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Fix some command help output formatting
This commit is contained in:
parent
e7a55adc53
commit
a54bb3ba11
@ -142,7 +142,7 @@ func (c *AuthEnableCommand) Flags() *FlagSets {
|
||||
Target: &c.flagOptions,
|
||||
Completion: complete.PredictAnything,
|
||||
Usage: "Key-value pair provided as key=value for the mount options. " +
|
||||
"This can be specified multiple times",
|
||||
"This can be specified multiple times.",
|
||||
})
|
||||
|
||||
f.BoolVar(&BoolVar{
|
||||
|
||||
@ -55,8 +55,8 @@ func (c *AuthTuneCommand) 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.DurationVar(&DurationVar{
|
||||
|
||||
@ -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{
|
||||
|
||||
@ -55,8 +55,8 @@ func (c *SecretsTuneCommand) 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.DurationVar(&DurationVar{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user