mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +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",
|
||||
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",
|
||||
help="Verbosity level: 0-6 (default %d)" % defaults.verbose)
|
||||
|
|
Loading…
Reference in New Issue
Block a user