Update scripts/

This commit is contained in:
freearhey
2025-08-07 01:00:54 +03:00
parent c52671674a
commit 7e960a85aa
3 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ let streams = new Collection()
let isLiveUpdateEnabled = true
program
.argument('[filepath]', 'Path to file to validate')
.argument('[filepath...]', 'Path to file to test')
.option(
'-p, --parallel <number>',
'Batch size of streams to test concurrently',