Fix some command help output formatting

This commit is contained in:
Jeff Mitchell 2018-03-21 23:58:16 -04:00
parent 85a86acfc9
commit 22fc62dbd5
4 changed files with 7 additions and 7 deletions

View file

@ -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{

View file

@ -56,7 +56,7 @@ func (c *AuthTuneCommand) 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.DurationVar(&DurationVar{

View file

@ -159,7 +159,7 @@ func (c *SecretsEnableCommand) 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{

View file

@ -56,7 +56,7 @@ func (c *SecretsTuneCommand) 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.DurationVar(&DurationVar{