Skip to content

Commit

Permalink
docs: update concurrency option description for scan:run command (#623)
Browse files Browse the repository at this point in the history
Co-authored-by: Or Rubin <or.rubin@hotmail.com>
  • Loading branch information
SevenWhite and orubin authored Dec 3, 2024
1 parent e7a1a88 commit cb097a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/RunScan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb097a2

Please sign in to comment.