]> sjero.net Git - wget/commitdiff
[svn] Make sure -C is recognized.
authorhniksic <devnull@localhost>
Sun, 1 Apr 2001 21:26:28 +0000 (14:26 -0700)
committerhniksic <devnull@localhost>
Sun, 1 Apr 2001 21:26:28 +0000 (14:26 -0700)
src/ChangeLog
src/main.c

index e981baf3d0769016f014f4fd63dbb93319be6721..7c51b192903a7cb31bade14e17c41b3ef7d971fe 100644 (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'
index 250ac8873c3b9bdd8b7dba82ea20a2599716ef62..1f5a88aabfddda521251fa24c02c4696d935034a 100644 (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)