mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-04-27 11:42:55 +00:00
🔨 Viewer
to Analyzer
This commit is contained in:
parent
3b3927ce3a
commit
889730e9e5
@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
|
|
||||||
# Contributing to Kubeshark
|
# Contributing to Kubeshark
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@ import (
|
|||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "kubeshark",
|
Use: "kubeshark",
|
||||||
Short: fmt.Sprintf("%s: The API Traffic Viewer for Kubernetes", misc.Software),
|
Short: fmt.Sprintf("%s: The API Traffic Analyzer for Kubernetes", misc.Software),
|
||||||
Long: fmt.Sprintf(`%s: The API Traffic Viewer for Kubernetes
|
Long: fmt.Sprintf(`%s: The API Traffic Analyzer for Kubernetes
|
||||||
An extensible Kubernetes-aware network sniffer and kernel tracer.
|
An extensible Kubernetes-aware network sniffer and kernel tracer.
|
||||||
For more info: %s`, misc.Software, misc.Website),
|
For more info: %s`, misc.Software, misc.Website),
|
||||||
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
|
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user