|
1 |
| -/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.78 2003/09/09 10:46:38meskes Exp $ */ |
| 1 | +/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.79 2003/10/04 01:06:38petere Exp $ */ |
2 | 2 |
|
3 | 3 | /* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
|
4 | 4 | /* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
|
@@ -44,12 +44,10 @@ help(const char *progname)
|
44 | 44 | #ifdefYYDEBUG
|
45 | 45 | printf(" -d generate parser debug output\n");
|
46 | 46 | #endif
|
47 |
| -printf(" -C <mode> set compatibility mode\n" |
48 |
| -" mode may be one of\n" |
49 |
| -" \"INFORMIX\"\n" |
50 |
| -" \"INFORMIX_SE\"\n"); |
51 |
| -printf(" -r <option> specify runtime behaviour\n" |
52 |
| -" option may be only \"no_indicator\" at the moment\n"); |
| 47 | +printf(" -C MODE set compatibility mode;\n" |
| 48 | +" MODE may be one of \"INFORMIX\", \"INFORMIX_SE\"\n"); |
| 49 | +printf(" -r OPTION specify runtime behaviour;\n" |
| 50 | +" OPTION may only be \"no_indicator\"\n"); |
53 | 51 | printf(" -D SYMBOL define SYMBOL\n");
|
54 | 52 | printf(" -I DIRECTORY search DIRECTORY for include files\n");
|
55 | 53 | printf(" -o OUTFILE write result to OUTFILE\n");
|
|