docs: extend the dump-header documentation

This commit extends the documentation of the --dump-header command-line
option to reflect the behavior introduced in 8b1e5df7.

See #10079
Closes #10085
This commit is contained in:
Emil Engler 2022-12-12 19:44:35 +01:00 committed by Daniel Stenberg
parent d4709fa4b7
commit 845f020ea5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -16,3 +16,6 @@ received, the use of this option will create an empty file.
When used in FTP, the FTP server response lines are considered being "headers"
and thus are saved there.
Having multiple transfers in one set of operations (i.e. the URLs in one
--next clause), will append them to the same file, seperated by a blank line.