Trivial typo fix

This commit is contained in:
Bill Somerville 2020-10-07 13:11:45 +01:00
parent db68e775d6
commit a2e8d8927b
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class IPFixStreamHandler (socketserver.StreamRequestHandler):
if __name__ == "__main__":
INTERFACE, PORT = '', 4739
ap = argparse.ArgumentParser (description='Dump IPFIX data collectedover UDP')
ap = argparse.ArgumentParser (description='Dump IPFIX data collected over UDP')
ap.add_argument ('-l', '--log', metavar='loglevel', default='WARNING', help='logging level')
ap.add_argument ('-s', '--spec', metavar='specfile', help='iespec file to read')
args = ap.parse_args ()