From: Daniel Stenberg Date: Tue, 11 Jun 2002 15:09:02 +0000 (+0000) Subject: cut up the string in more pieces for <512 bytes strings X-Git-Tag: curl-7_9_8~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cfffd6c4a50df7de82bfcaa2c0466be07801290;p=curl cut up the string in more pieces for <512 bytes strings --- diff --git a/src/main.c b/src/main.c index 3e7052de9..5294f6880 100644 --- a/src/main.c +++ b/src/main.c @@ -347,8 +347,8 @@ static void help(void) " --cacert CA certifciate to verify peer against (SSL)\n" " --capath CA directory (made using c_rehash) to verify\n" " peer against (SSL, NOT Windows)\n" - " --ciphers What SSL ciphers to use (SSL)\n" - " --connect-timeout Maximum time allowed for connection\n" + " --ciphers What SSL ciphers to use (SSL)"); + puts(" --connect-timeout Maximum time allowed for connection\n" " -f/--fail Fail silently (no output at all) on errors (H)\n" " -F/--form Specify HTTP POST data (H)\n" " -g/--globoff Disable URL sequences and ranges using {} and []\n"