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

This commit is contained in:
Guillaume Tardif 2020-06-19 12:21:31 +02:00
parent 34d76bd561
commit 45750fe104

View File

@ -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 {