summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 18:18:05 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 18:18:05 +0000
commit70de584b266bceb604585fccea6a00365c92d991 (patch)
treec291cc2305829bd03c6b0e550839d207a6f7390d /transex3
parent4d35e7082bb943df66d259c34729e3d0062d856c (diff)
INTEGRATION: CWS babelfish (1.9.4); FILE MERGED
2004/12/16 19:57:12 ihi 1.9.4.1: Usage message updated
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/srclex.l13
1 files changed, 7 insertions, 6 deletions
diff --git a/transex3/source/srclex.l b/transex3/source/srclex.l
index 6b6534718d9a..323ff4e17548 100644
--- a/transex3/source/srclex.l
+++ b/transex3/source/srclex.l
@@ -254,21 +254,22 @@ main( int argc, char* argv[])
}
if ( !pOutput ) {
- fprintf( stdout, "Syntax:TRANSEX[-p Prj][-r PrjRoot]-i FileIn...[-o FileOut][-m DataBase][-e][-b][-u][-NOUTF8][-L l1,l2,...]\n" );
+ fprintf( stdout, "Syntax:TRANSEX[-p Prj][-r PrjRoot]-i FileIn...[-o FileOut][-m DataBase][-e][-b][-u][-L l1,l2,...]\n" );
fprintf( stdout, " Prj: Project\n" );
fprintf( stdout, " PrjRoot: Path to project root (..\\.. etc.)\n" );
fprintf( stdout, " FileIn: Source files (*.src)\n" );
fprintf( stdout, " FileOut: Destination file (*.*)\n" );
fprintf( stdout, " DataBase: Mergedata (*.sdf)\n" );
- fprintf( stdout, " -e: Disable writing errorlog\n" );
+ fprintf( stdout, " -QQ: quiet output\n" );
+ fprintf( stdout, " -e: Disable writing errorlog\n" );
fprintf( stdout, " -b: Break when Token \"HelpText\" found in source\n" );
fprintf( stdout, " -u: [english] and [german] are allowed, Id is Taken from DataBase \n" );
fprintf( stdout, " -NOUTF8: disable UTF8 as language independent encoding\n" );
- fprintf( stdout, " -L: Restrict the handled languages. l1,l2,... are elements of (01,33,46,49...)\n" );
+ fprintf( stdout, " -L: Restrict the handled languages. l1,l2,... are elements of (de,en-US...)\n" );
fprintf( stdout, " A fallback language can be defined like this: l1=f1.\n" );
- fprintf( stdout, " f1, f2,... are also elements of (01,33,46,49...)\n" );
- fprintf( stdout, " Example: -L 01,99=35\n" );
- fprintf( stdout, " Restriction to 01 and 99, 35 will be fallback for 99\n" );
+ fprintf( stdout, " f1, f2,... are also elements of (de,en-US...)\n" );
+ fprintf( stdout, " Example: -L de,es=en-US\n" );
+ fprintf( stdout, " Restriction to de and es, en-US will be fallback for es\n" );
return 1;
}