summaryrefslogtreecommitdiff
path: root/transex3/source/lngex.cxx
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-05-09 07:10:25 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-05-09 07:10:25 +0000
commit102e4b81fafc9ad8fb83e4bdcb28dbb704b47091 (patch)
tree3f2d832105fcd2b869e06500c028411fafd7c292 /transex3/source/lngex.cxx
parent887b7ef5a311d5abfb3f4a86e8ac2ede5f82d491 (diff)
-UTF8 switch in help output
Diffstat (limited to 'transex3/source/lngex.cxx')
-rw-r--r--transex3/source/lngex.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/transex3/source/lngex.cxx b/transex3/source/lngex.cxx
index 127e5e0de644..2b79b48f73da 100644
--- a/transex3/source/lngex.cxx
+++ b/transex3/source/lngex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngex.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nf $ $Date: 2001-04-25 10:17:04 $
+ * last change: $Author: nf $ $Date: 2001-05-09 08:10:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -173,7 +173,7 @@ BOOL ParseCommandLine( int argc, char* argv[])
void Help()
/*****************************************************************************/
{
- fprintf( stdout, "Syntax:LNGEX[-p Prj][-r PrjRoot]-i FileIn -o FileOut[-m DataBase][-e][-b][-u]\n" );
+ fprintf( stdout, "Syntax:LNGEX[-p Prj][-r PrjRoot]-i FileIn -o FileOut[-m DataBase][-e][-b][-u][-UTF8]\n" );
fprintf( stdout, " Prj: Project\n" );
fprintf( stdout, " PrjRoot: Path to project root (..\\.. etc.)\n" );
fprintf( stdout, " FileIn: Source file (*.lng)\n" );
@@ -182,6 +182,7 @@ void Help()
fprintf( stdout, " -e: no function\n" );
fprintf( stdout, " -b: no function\n" );
fprintf( stdout, " -u: no function\n" );
+ fprintf( stdout, " -UTF8: enable UTF8 as language independent encoding\n" );
}
/*****************************************************************************/