diff --git a/src/ChangeLog b/src/ChangeLog
index e981baf3..7c51b192 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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'
diff --git a/src/main.c b/src/main.c
index 250ac887..1f5a88aa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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)