projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d38374
)
Add missing colon to getopt() arg.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 8 Mar 2002 00:42:09 +0000
(
00:42
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 8 Mar 2002 00:42:09 +0000
(
00:42
+0000)
src/backend/bootstrap/bootstrap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/bootstrap/bootstrap.c
b/src/backend/bootstrap/bootstrap.c
index 8ac7ffdec29b3686a797e8366cf75494a7bf29e7..6b2a55bd9559eb5d3776aee3aaa41e1b447dbd12 100644
(file)
--- a/
src/backend/bootstrap/bootstrap.c
+++ b/
src/backend/bootstrap/bootstrap.c
@@
-248,7
+248,7
@@
BootstrapMain(int argc, char *argv[])
* variable */
}
- while ((flag = getopt(argc, argv, "B:dD:Fo:px:")) != -1)
+ while ((flag = getopt(argc, argv, "B:d
:
D:Fo:px:")) != -1)
{
switch (flag)
{