mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-23 08:35:29 +01:00
Minor style update
This commit is contained in:
parent
438fd296d6
commit
33e9b3c451
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue