eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/dic compdic.cpp


From: eliot-dev
Subject: [Eliot-dev] eliot/dic compdic.cpp
Date: Sun, 24 Feb 2008 11:30:56 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>      08/02/24 11:30:56

Modified files:
        dic            : compdic.cpp 

Log message:
        Indicate that the input of compdic should be sorted and without 
duplicate entries

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/dic/compdic.cpp?cvsroot=eliot&r1=1.3&r2=1.4

Patches:
Index: compdic.cpp
===================================================================
RCS file: /cvsroot/eliot/eliot/dic/compdic.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- compdic.cpp 22 Feb 2008 20:30:01 -0000      1.3
+++ compdic.cpp 24 Feb 2008 11:30:56 -0000      1.4
@@ -406,6 +406,7 @@
          << _("  -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]