1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Make sure -C is recognized.

This commit is contained in:
hniksic 2001-04-01 14:26:28 -07:00
parent a52aaeb451
commit 4dbad3a894
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-04-01 Nicolas Lichtmaier <nick@debian.org>
* main.c (main): Add -C to the string that is the third arg to
getopt_long().
2001-04-01 Hrvoje Niksic <hniksic@arsdigita.com>
* ftp.c (getftp): Don't start the download from scratch if `-c'

View File

@ -347,7 +347,7 @@ main (int argc, char *const *argv)
that the options with required arguments must be followed by a ':'.
-- Dan Harkless <wget@harkless.org>] */
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:",
hpVqvdkKsxmNWrHSLcFbEY:G:g:T:U:O:l:n:i:o:a:t:D:A:R:P:B:e:Q:X:I:w:C:",
long_options, (int *)0)) != EOF)
{
switch (c)