From cb097a2ce86ecd17e8315cab4554752beb598b06 Mon Sep 17 00:00:00 2001 From: Ruslan Panamarenka Date: Tue, 3 Dec 2024 12:39:03 +0100 Subject: [PATCH] docs: update concurrency option description for scan:run command (#623) Co-authored-by: Or Rubin --- src/Commands/RunScan.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Commands/RunScan.ts b/src/Commands/RunScan.ts index bfee5e49..6632c46e 100644 --- a/src/Commands/RunScan.ts +++ b/src/Commands/RunScan.ts @@ -153,8 +153,7 @@ export class RunScan implements CommandModule { default: 10, requiresArg: true, describe: - 'Number of parallel requests to send. ' + - 'The default value is 10, but it can be increased up to 50 to improve performance.' + 'Number of maximum concurrent requests allowed to be sent to the target, can range between 1 to 50 (default: 10).' }) .option('param', { array: true,