mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
"Please consider to provide" is a bad English
This commit is contained in:
parent
1440c9f2d4
commit
2f129b01c0
|
@ -115,8 +115,8 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
numThreads = 1
|
||||
|
||||
if conf.threads == 1 and not timeBasedCompare:
|
||||
warnMsg = "running in a single-thread mode. Please consider to "
|
||||
warnMsg += "provide --threads switch to speedup data fetching"
|
||||
warnMsg = "running in a single-thread mode. Please consider "
|
||||
warnMsg += "providing --threads switch to speedup data fetching"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
if conf.verbose in (1, 2) and not showEta:
|
||||
|
|
Loading…
Reference in New Issue
Block a user