|
1 |
| -/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.107 2009/01/23 12:43:32 petere Exp $ */ |
| 1 | +/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.108 2009/01/30 12:53:12 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 */
|
@@ -52,7 +52,7 @@ help(const char *progname)
|
52 | 52 | printf(_(" -I DIRECTORY search DIRECTORY for include files\n"));
|
53 | 53 | printf(_(" -o OUTFILE write result to OUTFILE\n"));
|
54 | 54 | printf(_(" -r OPTION specify run-time behavior; OPTION can be:\n"
|
55 |
| -"\"no_indicator\", \"prepare\", \"questionmarks\"\n")); |
| 55 | +" \"no_indicator\", \"prepare\", \"questionmarks\"\n")); |
56 | 56 | printf(_(" -t turn on autocommit of transactions\n"));
|
57 | 57 | printf(_(" --help show this help, then exit\n"));
|
58 | 58 | printf(_(" --regression run in regression testing mode\n"));
|
|