diff options
Diffstat (limited to 'dev/bin/dictionary-validate.js')
-rw-r--r-- | dev/bin/dictionary-validate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/bin/dictionary-validate.js b/dev/bin/dictionary-validate.js index a2da31e5..47057c94 100644 --- a/dev/bin/dictionary-validate.js +++ b/dev/bin/dictionary-validate.js @@ -24,7 +24,7 @@ async function main() { if (dictionaryFileNames.length === 0) { console.log([ 'Usage:', - ' node dictionary-validate [--ajv] <dictionary-file-names>...' + ' node dictionary-validate [--ajv] <dictionary-file-names>...', ].join('\n')); return; } |