Update title

This commit is contained in:
M. Mert Yildiran
2022-12-30 07:14:40 +03:00
parent a0b73b45c0
commit 5c50434175

View File

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