From 7ae9a6f8e37b2646f2e2fcc43a6650865e089e7c Mon Sep 17 00:00:00 2001 From: sspanak Date: Sat, 10 Feb 2024 22:49:16 +0200 Subject: [PATCH] fixed a spelling mistake --- scripts/aosp2tt9.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/aosp2tt9.js b/scripts/aosp2tt9.js index d448d70f..11e6a57a 100644 --- a/scripts/aosp2tt9.js +++ b/scripts/aosp2tt9.js @@ -6,7 +6,6 @@ const { createInterface } = require('readline'); function printHelp() { console.log(`Usage ${basename(process.argv[1])} aosp-dictionary-file.txt [minimum-frequency] [--no-freq]`); console.log('Converts an AOSP dictionary to TT9 compatible format. The second parameter must be an integer and allows for filtering words with frequency less than the given number. If "--no-freq" is set, only words without frequencies will be listed.'); - console.log('LOCALE could be any valid JS locale, for example: en, en-US, etc...'); }