projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f324144
)
Whitespace fix in message
author
Peter Eisentraut
<
[email protected]
>
Fri, 30 Jan 2009 12:53:12 +0000
(12:53 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 30 Jan 2009 12:53:12 +0000
(12:53 +0000)
src/interfaces/ecpg/preproc/ecpg.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/ecpg.c
b/src/interfaces/ecpg/preproc/ecpg.c
index ca0957eed6a9e5416f0d0b0d542f2c69dc21bf02..2ec89b0390314934d29ebe442ad95b117a9b27eb 100644
(file)
--- a/
src/interfaces/ecpg/preproc/ecpg.c
+++ b/
src/interfaces/ecpg/preproc/ecpg.c
@@
-52,7
+52,7
@@
help(const char *progname)
printf(_(" -I DIRECTORY search DIRECTORY for include files\n"));
printf(_(" -o OUTFILE write result to OUTFILE\n"));
printf(_(" -r OPTION specify run-time behavior; OPTION can be:\n"
- "
\"no_indicator\", \"prepare\", \"questionmarks\"\n"));
+ " \"no_indicator\", \"prepare\", \"questionmarks\"\n"));
printf(_(" -t turn on autocommit of transactions\n"));
printf(_(" --help show this help, then exit\n"));
printf(_(" --regression run in regression testing mode\n"));