X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=dda2ba92b02f4a866efe163bb4c94696f6d5c9f3;hp=271d509697ca7093703e23f47de784886d817bce;hb=f105b3e43fdcb59818ea353cebf1e2cb23016362;hpb=23cbd15095ea4a51c614b475a967ab7525bc5395 diff --git a/src/main.c b/src/main.c index 271d5096..dda2ba92 100644 --- a/src/main.c +++ b/src/main.c @@ -329,7 +329,7 @@ main (int argc, char *const *argv) /* [Is the order of the option letters significant? If not, they should be alphabetized, like the long_options. The only thing I know for sure is that the options with required arguments must be followed by a ':'. - -- Dan Harkless ] */ + -- Dan Harkless ] */ while ((c = getopt_long (argc, argv, "\ hpVqvdkKsxmNWrHSLcFbEY:G:g:T:U:O:l:n:i:o:a:t:D:A:R:P:B:e:Q:X:I:w:", long_options, (int *)0)) != EOF)