rmsgmerge --version (return code: 0)
3.1.7
rmsgmerge --help (return code: 0)
Usage: /usr/bin/rmsgmerge [OPTIONS] definition.po reference.pot
Merges two Uniforum style .po files together. The definition.po file is an existing PO file with translations. The reference.pot file is the last created PO file with up-to-date source references. The reference.pot is generally created by rxgettext.
Specific options:
-U, --[no-]update Update definition.po
-o, --output=FILE Write output to specified file
--[no-]sort-output Sort output by msgid
It is same as --sort-by-msgid
Just for GNU gettext's msgcat compatibility
--sort-by-file Sort output by location
It is same as --sort-by-location
Just for GNU gettext's msgcat compatibility
--sort-by-location Sort output by location
--sort-by-msgid Sort output by msgid
--[no-]location Preserve '#: FILENAME:LINE' lines
--width=WIDTH Set output page width
(78)
--[no-]wrap Break long message lines, longer than the output page width, into several lines
(true)
--[no-]fuzzy-matching Disable fuzzy matching
(enable)
--no-obsolete-entries Don't output obsolete entries
-h, --help Display this help and exit
--version Display version information and exit