Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 787d06a

Browse files
committed
initdb: complete getopt_long alphabetization
Backpatch-through: 9.5
1 parent 38bcd43 commit 787d06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/initdb/initdb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ main(int argc, char *argv[])
30253025

30263026
/* process command-line options */
30273027

3028-
while ((c = getopt_long(argc, argv, "A:dD:E:gkL:nNWsST:U:X:", long_options, &option_index)) != -1)
3028+
while ((c = getopt_long(argc, argv, "A:dD:E:gkL:nNsST:U:WX:", long_options, &option_index)) != -1)
30293029
{
30303030
switch (c)
30313031
{

0 commit comments

Comments
 (0)