From f96372bb3ad3b644a0749a063b460c27dee16118 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Mon, 27 Apr 2020 11:47:19 +0200 Subject: [PATCH] chg: [main] update help --- d4-goclient.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/d4-goclient.go b/d4-goclient.go index 7c2840d..082dcd6 100644 --- a/d4-goclient.go +++ b/d4-goclient.go @@ -151,6 +151,8 @@ func main() { fmt.Printf("type - the type of data that is send. pcap, netflow, ...\n") fmt.Printf("source - the source where the data is read from\n") fmt.Printf("destination - the destination where the data is written to\n") + fmt.Printf("redis_d4 - location of redis d4 server\n") + fmt.Printf("redis_queue - analyzer:type:queueuuid to pop\n") fmt.Printf("\n") flag.PrintDefaults() }