Add missing -v option in nfreplay help text

This commit is contained in:
Peter Haag 2018-02-11 13:10:58 +01:00
parent 9e2e0c487c
commit 27f62a5510
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
2018-02-11
- Add missing json output format help text
- Add missing json output format in nfdump help text
- Add missing -v option in nfreplay help text
2018-01-06
- Merge pull request #51 Influxdb from Luca. Thx for the patch

View File

@ -1,6 +1,5 @@
/*
* Copyright (c) 2017, Peter Haag
* Copyright (c) 2016, Peter Haag
* Copyright (c) 2018, 2017, 2016 Peter Haag
* Copyright (c) 2014, Peter Haag
* Copyright (c) 2009, Peter Haag
* Copyright (c) 2004-2008, SWITCH - Teleinformatikdienste fuer Lehre und Forschung
@ -133,6 +132,7 @@ static void usage(char *name) {
"-b <bsize>\tSend buffer size.\n"
"-r <input>\tread from file. default: stdin\n"
"-f <filter>\tfilter syntaxfile\n"
"-v <version>\tUse netflow version to send flows. Either 5 or 9\n"
"-t <time>\ttime window for sending packets\n"
"\t\tyyyy/MM/dd.hh:mm:ss[-yyyy/MM/dd.hh:mm:ss]\n"
, name);