From 5c504341757c52a02c7997c791b03a522cef0d3f Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Fri, 30 Dec 2022 07:14:40 +0300 Subject: [PATCH] :zap: Update title --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 8b8c4c28e..51fa1ffc9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -12,8 +12,8 @@ import ( var rootCmd = &cobra.Command{ Use: "kubeshark", - Short: fmt.Sprintf("%s: The Observability and Monitoring Tool For Kubernetes", misc.Software), - Long: fmt.Sprintf(`%s: The Observability and Monitoring Tool For Kubernetes + Short: fmt.Sprintf("%s: The API Traffic Viewer for Kubernetes", misc.Software), + Long: fmt.Sprintf(`%s: The API Traffic Viewer for Kubernetes An extensible Kubernetes-aware network sniffer and kernel tracer. For more info: %s`, misc.Software, misc.Website), PersistentPreRunE: func(cmd *cobra.Command, args []string) error {