mirror of
https://github.com/adulau/netbeacon.git
synced 2024-11-23 10:37:11 +00:00
usage clarified
This commit is contained in:
parent
a129166738
commit
0fad43adfd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import sys
|
|||
from optparse import OptionParser
|
||||
|
||||
|
||||
usage = "usage: %prog [options] <netbeacon messages>"
|
||||
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")
|
||||
|
|
Loading…
Reference in a new issue