|
1 |
| -/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.80 2003/10/06 06:44:55 meskes Exp $ */ |
| 1 | +/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.81 2003/11/02 12:55:24 petere 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 */
|
@@ -41,18 +41,18 @@ help(const char *progname)
|
41 | 41 | printf("Options:\n");
|
42 | 42 | printf(" -c automatically generate C code from embedded SQL code;\n"
|
43 | 43 | " currently this works for EXEC SQL TYPE\n");
|
| 44 | + printf(" -C MODE set compatibility mode;\n" |
| 45 | + " MODE may be one of \"INFORMIX\", \"INFORMIX_SE\"\n"); |
44 | 46 | #ifdef YYDEBUG
|
45 | 47 | printf(" -d generate parser debug output\n");
|
46 | 48 | #endif
|
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"); |
51 | 49 | printf(" -D SYMBOL define SYMBOL\n");
|
| 50 | + printf(" -i parse system include files as well\n"); |
52 | 51 | printf(" -I DIRECTORY search DIRECTORY for include files\n");
|
53 | 52 | printf(" -o OUTFILE write result to OUTFILE\n");
|
| 53 | + printf(" -r OPTION specify runtime behaviour;\n" |
| 54 | + " OPTION may only be \"no_indicator\"\n"); |
54 | 55 | printf(" -t turn on autocommit of transactions\n");
|
55 |
| - printf(" -i parse system include files as well\n"); |
56 | 56 | printf(" --help show this help, then exit\n");
|
57 | 57 | printf(" --version output version information, then exit\n");
|
58 | 58 | printf("\nIf no output file is specified, the name is formed by adding .c to the\n"
|
|
0 commit comments