From 4dbad3a894c63c98b9097d104172e19d231fdc1e Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 1 Apr 2001 14:26:28 -0700 Subject: [PATCH] [svn] Make sure -C is recognized. --- src/ChangeLog | 5 +++++ src/main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * main.c (main): Add -C to the string that is the third arg to + getopt_long(). + 2001-04-01 Hrvoje Niksic * 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 ] */ 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) -- 2.39.2