updated pcapdump command's help starting

deprecated the `export` command
This commit is contained in:
Alon Girmonsky
2024-11-20 12:30:52 +02:00
parent 125e3abe6c
commit d66ec06928
2 changed files with 1 additions and 63 deletions

View File

@@ -16,7 +16,7 @@ import (
// pcapDumpCmd represents the consolidated pcapdump command
var pcapDumpCmd = &cobra.Command{
Use: "pcapdump",
Short: "Manage PCAP dump operations: start, stop, or copy PCAP files",
Short: "Store all captured traffic (including decrypted TLS) in a PCAP file.",
RunE: func(cmd *cobra.Command, args []string) error {
// Retrieve the kubeconfig path from the flag
kubeconfig, _ := cmd.Flags().GetString(configStructs.PcapKubeconfig)