Update create-database.js

This commit is contained in:
Aleksandr Statciuk
2022-02-07 08:51:07 +03:00
parent b7b57460db
commit 1e7c2b6580

View File

@@ -7,7 +7,7 @@ const options = program
'--max-clusters <max-clusters>',
'Set maximum number of clusters',
parser.parseNumber,
200
256
)
.option('--input-dir <input-dir>', 'Set path to input directory', 'channels')
.parse(process.argv)