gendict -V (return code: 1)
error in command line argument "--version"
Usage: gendict -trietype [-options] input-dictionary-file output-file
Read in a word list and write out a string trie dictionary
options:
-h or -? or --help this usage text
-V or --version show a version message
-c or --copyright include a copyright notice
-v or --verbose turn on verbose output
-i or --icudatadir directory for locating any needed intermediate data files,
followed by path, defaults to
--uchars output a UCharsTrie (mutually exclusive with -b!)
--bytes output a BytesTrie (mutually exclusive with -u!)
--transform the kind of transform to use (eg --transform offset-40A3,
which specifies an offset transform with constant 0x40A3)
gendict --help (return code: 0)
Usage: gendict -trietype [-options] input-dictionary-file output-file
Read in a word list and write out a string trie dictionary
options:
-h or -? or --help this usage text
-V or --version show a version message
-c or --copyright include a copyright notice
-v or --verbose turn on verbose output
-i or --icudatadir directory for locating any needed intermediate data files,
followed by path, defaults to
--uchars output a UCharsTrie (mutually exclusive with -b!)
--bytes output a BytesTrie (mutually exclusive with -u!)
--transform the kind of transform to use (eg --transform offset-40A3,
which specifies an offset transform with constant 0x40A3)