浏览代码

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

Guillaume Tardif 5 年之前
父节点
当前提交
45750fe104
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {