From f769d619d30e2527e14377b2192388a1bf1c7a2e Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Mon, 23 Sep 2019 16:32:57 -0400 Subject: [PATCH] updates name of product as reported in CLI binary --- cmd/wksctl/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/wksctl/main.go b/cmd/wksctl/main.go index e3088671..666e8d2a 100644 --- a/cmd/wksctl/main.go +++ b/cmd/wksctl/main.go @@ -22,7 +22,7 @@ import ( var rootCmd = &cobra.Command{ Use: "wksctl", - Short: "Weave Enterprise Kubernetes Subscription CLI", + Short: "Weave Kubernetes System CLI", PersistentPreRun: configureLogger, }