diff --git a/command/auth_enable.go b/command/auth_enable.go index 07e8465d37..d3162dc035 100644 --- a/command/auth_enable.go +++ b/command/auth_enable.go @@ -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{ diff --git a/command/auth_tune.go b/command/auth_tune.go index d0fa6ced2e..e18bcb87e6 100644 --- a/command/auth_tune.go +++ b/command/auth_tune.go @@ -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{ diff --git a/command/secrets_enable.go b/command/secrets_enable.go index 2eca1d7613..c098f1c1ce 100644 --- a/command/secrets_enable.go +++ b/command/secrets_enable.go @@ -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{ diff --git a/command/secrets_tune.go b/command/secrets_tune.go index 5e97d78b87..a3622da5eb 100644 --- a/command/secrets_tune.go +++ b/command/secrets_tune.go @@ -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{