mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-13 20:03:23 +01:00
Indicate that the input of compdic should be sorted and without duplicate entries
This commit is contained in:
parent
3c52637b93
commit
099d531177
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ void printUsage(const string &iBinaryName)
|
|||
<< _(" -d, --dicname <string> Set the dictionary name and version") << endl
|
||||
<< _(" -l, --letters <string> Path to the file containing the letters (see below)") << endl
|
||||
<< _(" -i, --input <string> Path to the uncompressed dictionary file (encoded in UTF-8)") << endl
|
||||
<< _(" The words must be in alphabetical order, without duplicates") << endl
|
||||
<< _(" -o, --output <string Path to the generated compressed dictionary file") << endl
|
||||
<< _("Other options:") << endl
|
||||
<< _(" -h, --help Print this help and exit") << endl
|
||||
|
|
Loading…
Reference in a new issue