Skip to content

Commit da21424

Browse files
committed
initdb: complete getopt_long alphabetization
Backpatch-through: 9.5
1 parent ccbe536 commit da21424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3458,7 +3458,7 @@ main(int argc, char *argv[])
34583458

34593459
/* process command-line options */
34603460

3461-
while ((c = getopt_long(argc, argv, "A:dD:E:kL:nNWsST:U:X:", long_options, &option_index)) != -1)
3461+
while ((c = getopt_long(argc, argv, "A:dD:E:kL:nNsST:U:WX:", long_options, &option_index)) != -1)
34623462
{
34633463
switch (c)
34643464
{

0 commit comments

Comments
 (0)