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:
parent
a52aaeb451
commit
4dbad3a894
@ -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>
|
2001-04-01 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* ftp.c (getftp): Don't start the download from scratch if `-c'
|
* ftp.c (getftp): Don't start the download from scratch if `-c'
|
||||||
|
@ -347,7 +347,7 @@ main (int argc, char *const *argv)
|
|||||||
that the options with required arguments must be followed by a ':'.
|
that the options with required arguments must be followed by a ':'.
|
||||||
-- Dan Harkless <wget@harkless.org>] */
|
-- Dan Harkless <wget@harkless.org>] */
|
||||||
while ((c = getopt_long (argc, argv, "\
|
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)
|
long_options, (int *)0)) != EOF)
|
||||||
{
|
{
|
||||||
switch (c)
|
switch (c)
|
||||||
|
Loading…
Reference in New Issue
Block a user