mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
removed a redundant '|' from the usage
This commit is contained in:
parent
b857e6b120
commit
51905bbc82
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class ZeusParser(OptionParser):
|
|||
"""
|
||||
command line parser, parses all of Zeus's arguments and flags
|
||||
"""
|
||||
parser = OptionParser(usage="./zeus.py -d|r|l|f|b| DORK|FILE|URL [ATTACKS] [--OPTS]")
|
||||
parser = OptionParser(usage="./zeus.py -d|r|l|f|b DORK|FILE|URL [ATTACKS] [--OPTS]")
|
||||
|
||||
# mandatory options
|
||||
mandatory = OptionGroup(parser, "Mandatory Options",
|
||||
|
|
|
|||
Loading…
Reference in a new issue