Lines Matching refs:stdout
194 …fprintf( stdout, "Syntax: CFGEX[-p Prj][-r PrjRoot]-i FileIn [-o FileOut][-m DataBase][-e][-b][-u]…
195 fprintf( stdout, " Prj: Project\n" );
196 fprintf( stdout, " PrjRoot: Path to project root (..\\.. etc.)\n" );
197 fprintf( stdout, " FileIn: Source files (*.src)\n" );
198 fprintf( stdout, " FileOut: Destination file (*.*)\n" );
199 fprintf( stdout, " DataBase: Mergedata (*.sdf)\n" );
200 fprintf( stdout, " -e: Disable writing errorlog\n" );
201 fprintf( stdout, " -b: Break when Token \"HelpText\" found in source\n" );
202 fprintf( stdout, " -u: [english] and [german] are allowed, Id is Taken from DataBase \n" );
203 fprintf( stdout, " -f: force extraction and merge even if only one language is existent\n" );
204 …fprintf( stdout, " -g[:dtd]: enables generation of properties (dtds if :dtd is set) - in this case…
205 fprintf( stdout, " -d: enables generation of *.don if work is done\n" );
206 …fprintf( stdout, " -L: Restrict the handled languages. l1,l2,... are elements of (de,en-US...)\n" …
207 fprintf( stdout, " A fallback language can be defined like this: l1=f1.\n" );
208 fprintf( stdout, " f1, f2,... are also elements of (de,en-US...)\n" );
209 fprintf( stdout, " Example: -L de,es=en-US\n" );
210 fprintf( stdout, " Restriction to de and es, en-US will be fallback for es\n" );