We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02a809d + 37d02fc commit 1b695eeCopy full SHA for 1b695ee
src/wfuzz/ui/console/clparser.py
@@ -346,7 +346,7 @@ def _check_options(self, optsd):
346
347
if "-s" in list(optsd.keys()) and "-t" in list(optsd.keys()):
348
warnings.warn(
349
- "When using delayed requests concurrent requests are limited to 1, therefore the -s switch will be ignored."
+ "When using delayed requests concurrent requests are limited to 1, therefore the -t switch will be ignored."
350
)
351
352
def _parse_filters(self, optsd, filter_params):
0 commit comments