From 2795ec4e72714758093318665e2c7d7ae296b749 Mon Sep 17 00:00:00 2001 From: epi <43392618+epi052@users.noreply.github.com> Date: Tue, 27 Sep 2022 06:21:51 -0500 Subject: [PATCH] fixed typo; closes #660 --- src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.rs b/src/parser.rs index 6de4f0c..8745529 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -687,7 +687,7 @@ EXAMPLES: ./feroxbuster -u http://127.1 --extract-links Ludicrous speed... go! - ./feroxbuster -u http://127.1 -threads 200 + ./feroxbuster -u http://127.1 --threads 200 Limit to a total of 60 active requests at any given time (threads * scan limit) ./feroxbuster -u http://127.1 --threads 30 --scan-limit 2