1
0

Fix some command help output formatting

This commit is contained in:
Jeff Mitchell 2018-03-21 23:58:16 -04:00
parent e7a55adc53
commit a54bb3ba11
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

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

View File

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

View File

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