From 3d2e39fbae42efeddec176c297495e2a5a70b68b Mon Sep 17 00:00:00 2001 From: Aidan Mundy Date: Thu, 11 Nov 2021 11:31:44 -0500 Subject: [PATCH] Completion command helptext capitalization The default completion command's helptext capitalization should match the default help command's helptext capitalization --- completions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions.go b/completions.go index 7aeccb389..3b18fe167 100644 --- a/completions.go +++ b/completions.go @@ -599,7 +599,7 @@ func (c *Command) initDefaultCompletionCmd() { completionCmd := &Command{ Use: compCmdName, - Short: "generate the autocompletion script for the specified shell", + Short: "Generate the autocompletion script for the specified shell", Long: fmt.Sprintf(` Generate the autocompletion script for %[1]s for the specified shell. See each sub-command's help for details on how to use the generated script.