mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor style update
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user