initdb: complete getopt_long alphabetization

Backpatch-through: 9.5
This commit is contained in:
Bruce Momjian 2020-12-12 12:59:09 -05:00
parent add6b13be9
commit 970761f15f
1 changed files with 1 additions and 1 deletions

View File

@ -3147,7 +3147,7 @@ main(int argc, char *argv[])
/* 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)
{