mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
cut up the string in more pieces for <512 bytes strings
This commit is contained in:
parent
e9f1c12f0f
commit
4cfffd6c4a
@ -347,8 +347,8 @@ static void help(void)
|
|||||||
" --cacert <file> CA certifciate to verify peer against (SSL)\n"
|
" --cacert <file> CA certifciate to verify peer against (SSL)\n"
|
||||||
" --capath <directory> CA directory (made using c_rehash) to verify\n"
|
" --capath <directory> CA directory (made using c_rehash) to verify\n"
|
||||||
" peer against (SSL, NOT Windows)\n"
|
" peer against (SSL, NOT Windows)\n"
|
||||||
" --ciphers <list> What SSL ciphers to use (SSL)\n"
|
" --ciphers <list> What SSL ciphers to use (SSL)");
|
||||||
" --connect-timeout <seconds> Maximum time allowed for connection\n"
|
puts(" --connect-timeout <seconds> Maximum time allowed for connection\n"
|
||||||
" -f/--fail Fail silently (no output at all) on errors (H)\n"
|
" -f/--fail Fail silently (no output at all) on errors (H)\n"
|
||||||
" -F/--form <name=content> Specify HTTP POST data (H)\n"
|
" -F/--form <name=content> Specify HTTP POST data (H)\n"
|
||||||
" -g/--globoff Disable URL sequences and ranges using {} and []\n"
|
" -g/--globoff Disable URL sequences and ranges using {} and []\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user