Man Linux: Main Page and Category List

NAME

       updatetm - write a tm file for Pootle

SYNOPSIS

       updatetm  [--version]  [-h|--help]  [--manpage]  [--progress  PROGRESS]
       [--errorlevel ERRORLEVEL]  [-i|--input  INPUT]  [-x|--exclude  EXCLUDE]
       [-o|--output OUTPUT] [--psyco MODE]

OPTIONS

       --version
              show program's version number and exit.

       -h, --help
              Show this help message and exit.

       --manpage
              Output a manpage based on the help.

       --progress=PROGRESS
              Show progress as: dots, none, bar, names, verbose.

       --errorlevel=ERRORLEVEL
              Show errorlevel as: none, message, exception, traceback.

       -iINPUT, --input=INPUT
              Read from INPUT in po, pot formats.

       -xEXCLUDE, --exclude=EXCLUDE
              Exclude names matching EXCLUDE from input paths.

       -oOUTPUT, --output=OUTPUT
              Write to OUTPUT in po.tm format.

       --psyco=MODE
              Use psyco to speed up the operation, modes: none, full, profile.

       -tTM, --tm=TM
              The file to use as translation memory.

       -cMAX_CANDIDATES, --candidates=MAX_CANDIDATES
              The maximum number of TM candidates to store per message.

       -sMIN_SIMILARITY, --similarity=MIN_SIMILARITY
              The minimum similarity for inclusion.

       --length=MAX_LENGTH
              The maximum string length to consider.