summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 18:17:05 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 18:17:05 +0000
commit736a7b13eaac542e12416c4874190b1fbf12ad16 (patch)
tree5a8869b26331fc669e16ae212e36349de33644a6 /transex3
parent4b174422debbc7ad8b458ebab642b101c661dabf (diff)
INTEGRATION: CWS babelfish (1.3.4); FILE MERGED
2004/12/16 19:57:11 ihi 1.3.4.1: Usage message updated
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/helpex.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/transex3/source/helpex.cxx b/transex3/source/helpex.cxx
index cbc97a43b059..79b8a20d42a5 100644
--- a/transex3/source/helpex.cxx
+++ b/transex3/source/helpex.cxx
@@ -214,16 +214,13 @@ BOOL ParseCommandLine( int argc, char* argv[])
void Help()
/*****************************************************************************/
{
- fprintf( stdout, "Syntax: HELPEX[-p Prj][-r PrjRoot]-i FileIn ( -o FileOut | -x path -y relfile )[-m DataBase][-e][-b][-u][-NOUTF8][-L l1,l2,...] -LF l1,l2 \n" );
+ fprintf( stdout, "Syntax: HELPEX[-p Prj][-r PrjRoot]-i FileIn ( -o FileOut | -x path -y relfile )[-m DataBase][-e][-b][-u][-L l1,l2,...][-QQ] -LF l1,l2 \n" );
fprintf( stdout, " Prj: Project\n" );
fprintf( stdout, " PrjRoot: Path to project root (..\\.. etc.)\n" );
fprintf( stdout, " FileIn: Source file (*.lng)\n" );
fprintf( stdout, " FileOut: Destination file (*.*)\n" );
fprintf( stdout, " DataBase: Mergedata (*.sdf)\n" );
- fprintf( stdout, " -e: no function\n" );
- fprintf( stdout, " -b: no function\n" );
- fprintf( stdout, " -u: no function\n" );
- fprintf( stdout, " -NOUTF8: disable UTF8 as language independent encoding\n" );
+ fprintf( stdout, " -QQ: quiet output\n" );
fprintf( stdout, " -L: Restrict the handled languages. l1,l2,... are elements of (en-US,fr,de...)\n" );
fprintf( stdout, " A fallback language can be defined like this: l1=f1.\n" );
fprintf( stdout, " f1, f2,... are also elements of (en-US,fr,de...)\n" );