File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/interfaces/ecpg/preproc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 $ */
22
33/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
44/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
@@ -52,7 +52,7 @@ help(const char *progname)
5252 printf (_ (" -I DIRECTORY search DIRECTORY for include files\n" ));
5353 printf (_ (" -o OUTFILE write result to OUTFILE\n" ));
5454 printf (_ (" -r OPTION specify run-time behavior; OPTION can be:\n"
55- " \"no_indicator\", \"prepare\", \"questionmarks\"\n" ));
55+ " \"no_indicator\", \"prepare\", \"questionmarks\"\n" ));
5656 printf (_ (" -t turn on autocommit of transactions\n" ));
5757 printf (_ (" --help show this help, then exit\n" ));
5858 printf (_ (" --regression run in regression testing mode\n" ));
You can’t perform that action at this time.
0 commit comments