Browse Source

Do not display “docker for the 2020s” as the first help line !

Guillaume Tardif 5 years ago
parent
commit
45750fe104
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cli/main.go

+ 0 - 1
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 {