mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Minor style update
This commit is contained in:
parent
438fd296d6
commit
33e9b3c451
|
@ -40,7 +40,7 @@ def cmdLineParser():
|
||||||
|
|
||||||
parser.add_option("--version", dest="showVersion",
|
parser.add_option("--version", dest="showVersion",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Show version string and exit")
|
help="Show program's version number and exit")
|
||||||
|
|
||||||
parser.add_option("-v", dest="verbose", type="int",
|
parser.add_option("-v", dest="verbose", type="int",
|
||||||
help="Verbosity level: 0-6 (default %d)" % defaults.verbose)
|
help="Verbosity level: 0-6 (default %d)" % defaults.verbose)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user