fix help string
This commit is contained in:
parent
4f380f6b80
commit
005b69dd47
|
@ -34,7 +34,7 @@ lunr = require("lunr")
|
||||||
fs = require("fs")
|
fs = require("fs")
|
||||||
|
|
||||||
if(process.argv.length !== 5) {
|
if(process.argv.length !== 5) {
|
||||||
console.error('Needs exactly 3 arguments (input json, output index).');
|
console.error('Needs exactly 3 arguments (input json, output index, output metadata).');
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue