diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45b44cb8a..a082c209b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -![Kubeshark: The API Traffic Viewer for Kubernetes](https://raw.githubusercontent.com/kubeshark/assets/master/svg/kubeshark-logo.svg) +![Kubeshark: The API Traffic Analyzer for Kubernetes](https://raw.githubusercontent.com/kubeshark/assets/master/svg/kubeshark-logo.svg) # Contributing to Kubeshark diff --git a/cmd/root.go b/cmd/root.go index 51fa1ffc9..01d766ee2 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 API Traffic Viewer for Kubernetes", misc.Software), - Long: fmt.Sprintf(`%s: The API Traffic Viewer for Kubernetes + Short: fmt.Sprintf("%s: The API Traffic Analyzer for Kubernetes", misc.Software), + Long: fmt.Sprintf(`%s: The API Traffic Analyzer 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 {