Update create-database.js
This commit is contained in:
parent
6307f0a2b8
commit
f81108040a
|
@ -7,7 +7,7 @@ const options = program
|
||||||
'--max-clusters <max-clusters>',
|
'--max-clusters <max-clusters>',
|
||||||
'Set maximum number of clusters',
|
'Set maximum number of clusters',
|
||||||
parser.parseNumber,
|
parser.parseNumber,
|
||||||
200
|
256
|
||||||
)
|
)
|
||||||
.option('--input-dir <input-dir>', 'Set path to input directory', 'channels')
|
.option('--input-dir <input-dir>', 'Set path to input directory', 'channels')
|
||||||
.parse(process.argv)
|
.parse(process.argv)
|
||||||
|
|
Loading…
Reference in New Issue