aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/preproc/ecpg.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/interfaces/ecpg/preproc/ecpg.c b/src/interfaces/ecpg/preproc/ecpg.c
index 86d46036794..441cf3063ec 100644
--- a/src/interfaces/ecpg/preproc/ecpg.c
+++ b/src/interfaces/ecpg/preproc/ecpg.c
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.78 2003/09/09 10:46:38 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.79 2003/10/04 01:06:38 petere Exp $ */
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
@@ -44,12 +44,10 @@ help(const char *progname)
#ifdef YYDEBUG
printf(" -d generate parser debug output\n");
#endif
- printf(" -C <mode> set compatibility mode\n"
- " mode may be one of\n"
- " \"INFORMIX\"\n"
- " \"INFORMIX_SE\"\n");
- printf(" -r <option> specify runtime behaviour\n"
- " option may be only \"no_indicator\" at the moment\n");
+ printf(" -C MODE set compatibility mode;\n"
+ " MODE may be one of \"INFORMIX\", \"INFORMIX_SE\"\n");
+ printf(" -r OPTION specify runtime behaviour;\n"
+ " OPTION may only be \"no_indicator\"\n");
printf(" -D SYMBOL define SYMBOL\n");
printf(" -I DIRECTORY search DIRECTORY for include files\n");
printf(" -o OUTFILE write result to OUTFILE\n");