diff options
| author | Mirek Kratochvil <miroslav.kratochvil@uni.lu> | 2023-10-16 11:36:57 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <miroslav.kratochvil@uni.lu> | 2023-10-16 11:36:57 +0200 |
| commit | 005b69dd472811d7a8e623c3761d476b5584b92c (patch) | |
| tree | 4475ab5ad29f7ad4acbe875fe791ee1da68e8f5a /scripts/make-search-index.js | |
| parent | 4f380f6b801d08fb6499b64f0eb18a8211189acd (diff) | |
| download | reploy-005b69dd472811d7a8e623c3761d476b5584b92c.tar.gz reploy-005b69dd472811d7a8e623c3761d476b5584b92c.tar.bz2 | |
fix help string
Diffstat (limited to 'scripts/make-search-index.js')
| -rw-r--r-- | scripts/make-search-index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-search-index.js b/scripts/make-search-index.js index 70df953..38ed214 100644 --- a/scripts/make-search-index.js +++ b/scripts/make-search-index.js @@ -34,7 +34,7 @@ lunr = require("lunr") fs = require("fs") 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); } |
