Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cb6799

Browse files
committed
Format help message internally consistent.
1 parent9951474 commit4cb6799

File tree

1 file changed

+5
-7
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+5
-7
lines changed

‎src/interfaces/ecpg/preproc/ecpg.c

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ */
22

33
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
44
/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
@@ -44,12 +44,10 @@ help(const char *progname)
4444
#ifdefYYDEBUG
4545
printf(" -d generate parser debug output\n");
4646
#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");
5351
printf(" -D SYMBOL define SYMBOL\n");
5452
printf(" -I DIRECTORY search DIRECTORY for include files\n");
5553
printf(" -o OUTFILE write result to OUTFILE\n");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp