ibus-table-createdb -V (return code: 2)
Usage: tabcreatedb.py [options]
tabcreatedb.py: error: no such option: --version
ibus-table-createdb --help (return code: 0)
Usage: tabcreatedb.py [options]
Options:
-h, --help show this help message and exit
-n NAME, --name=NAME specifies the file name for the binary database for
the IME. The default is ''. If the file name of the
database is not specified, the file name of the source
file before the first '.' will be appended with '.db'
and that will be used as the file name of the
database.
-s SOURCE, --source=SOURCE
specifies the file which contains the source of the
IME. The default is ''.
-e EXTRA, --extra=EXTRA
specifies the file name for the extra words for the
IME. The default is ''.
-p PINYIN, --pinyin=PINYIN
specifies the source file for the pinyin. The
default is '/usr/share/ibus-
table/data/pinyin_table.txt.bz2'.
-o, --no-create-index
Do not create an index for a database (Only for
distrubution purposes, a normal user should not use
this flag!)
-i, --create-index-only
Only create an index for an existing database.
Specifying the file name of the binary database with
the -n or --name option is required when this option
is used.
-d, --debug Print extra debug messages.