chg: [main] update help

pull/15/head
Jean-Louis Huynen 2020-04-27 11:47:19 +02:00
parent 05714e0d5c
commit f96372bb3a
No known key found for this signature in database
GPG Key ID: 64799157F4BD6B93
1 changed files with 2 additions and 0 deletions

View File

@ -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()
}