diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2003-05-22 11:54:01 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2003-05-22 11:54:01 +0000 |
commit | d1f3ae0a20e148d0161ebce4101764cfb8255231 (patch) | |
tree | 03107eca78c50472755c454ae0179b2e2537b9a3 /transex3 | |
parent | ead348b317fbe7a725ac4a59d664bfb49beb32e8 (diff) |
#i13385#
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/cfglex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transex3/source/cfglex.l b/transex3/source/cfglex.l index 06e2440a56b9..a9f11074ab19 100644 --- a/transex3/source/cfglex.l +++ b/transex3/source/cfglex.l @@ -161,7 +161,7 @@ main( int argc, char* argv[]) pOutput = GetOutputFile( argc, argv ); if ( !pOutput ) { - fprintf( stdout, "Syntax: CFGEX[-p Prj][-r PrjRoot]-i FileIn [-o FileOut][-m DataBase][-e][-b][-u][-f][-d DoneFile][-g[:dtd]][-NOUTF8][-L l1,l2,...][-ISO99 IsoCode]\n" ); + fprintf( stdout, "Syntax: CFGEX[-p Prj][-r PrjRoot]-i FileIn [-o FileOut][-m DataBase][-e][-b][-u][-f][-d DoneFile][-g[:dtd] ][-NOUTF8][-L l1,l2,...][-ISO99 IsoCode]\n" ); fprintf( stdout, " Prj: Project\n" ); fprintf( stdout, " PrjRoot: Path to project root (..\\.. etc.)\n" ); fprintf( stdout, " FileIn: Source files (*.src)\n" ); |