Commit d6abfdf8 authored by Bruce Momjian's avatar Bruce Momjian

initdb: complete getopt_long alphabetization

Backpatch-through: 9.5
parent 39f3a9d2
...@@ -2999,7 +2999,7 @@ main(int argc, char *argv[]) ...@@ -2999,7 +2999,7 @@ main(int argc, char *argv[])
/* process command-line options */ /* process command-line options */
while ((c = getopt_long(argc, argv, "A:dD:E:gkL:nNWsST:U:X:", long_options, &option_index)) != -1) while ((c = getopt_long(argc, argv, "A:dD:E:gkL:nNsST:U:WX:", long_options, &option_index)) != -1)
{ {
switch (c) switch (c)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment