Update create-database.js
This commit is contained in:
parent
6307f0a2b8
commit
f81108040a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue