From 45750fe104ea94976798d42afd24abe484164a0b Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Fri, 19 Jun 2020 12:21:31 +0200 Subject: [PATCH] =?UTF-8?q?Do=20not=20display=20=E2=80=9Cdocker=20for=20th?= =?UTF-8?q?e=202020s=E2=80=9D=20as=20the=20first=20help=20line=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/main.go b/cli/main.go index da02c070..54c94d8c 100644 --- a/cli/main.go +++ b/cli/main.go @@ -85,7 +85,6 @@ func main() { var opts cliopts.GlobalOpts root := &cobra.Command{ Use: "docker", - Long: "docker for the 2020s", SilenceErrors: true, SilenceUsage: true, PersistentPreRunE: func(cmd *cobra.Command, args []string) error {