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 {