From 0fad43adfdb7f3c1b5192c5ca088722fa30f9826 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 8 Dec 2012 13:40:10 +0100 Subject: [PATCH] usage clarified --- nb_collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nb_collect.py b/nb_collect.py index 1c9f584..e5c3161 100644 --- a/nb_collect.py +++ b/nb_collect.py @@ -6,7 +6,7 @@ import sys from optparse import OptionParser -usage = "usage: %prog [options] " +usage = "usage: %prog [options]" parser = OptionParser(usage) parser.add_option("-i","--interface", dest="interface", help="live capture on interface (default:lo)") parser.add_option("-r","--read", dest="filedump", help="read pcap file")