]> granicus.if.org Git - curl/commitdiff
cut up the string in more pieces for <512 bytes strings
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jun 2002 15:09:02 +0000 (15:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jun 2002 15:09:02 +0000 (15:09 +0000)
src/main.c

index 3e7052de96954c8b15b9c8c832602dac4feeaf99..5294f6880a7f015c8ea19fd61f47e37e1dded16a 100644 (file)
@@ -347,8 +347,8 @@ static void help(void)
        "    --cacert <file> CA certifciate to verify peer against (SSL)\n"
        "    --capath <directory> CA directory (made using c_rehash) to verify\n"
        "                    peer against (SSL, NOT Windows)\n"
-       "    --ciphers <list> What SSL ciphers to use (SSL)\n"
-       "    --connect-timeout <seconds> Maximum time allowed for connection\n"
+       "    --ciphers <list> What SSL ciphers to use (SSL)");
+  puts("    --connect-timeout <seconds> Maximum time allowed for connection\n"
        " -f/--fail          Fail silently (no output at all) on errors (H)\n"
        " -F/--form <name=content> Specify HTTP POST data (H)\n"
        " -g/--globoff       Disable URL sequences and ranges using {} and []\n"