From a54bb3ba1196af5bf3ddd717af71e72c2fed90f8 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 21 Mar 2018 23:58:16 -0400 Subject: [PATCH] Fix some command help output formatting --- command/auth_enable.go | 2 +- command/auth_tune.go | 4 ++-- command/secrets_enable.go | 4 ++-- command/secrets_tune.go | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) 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{