From: Emil Engler Date: Mon, 12 Dec 2022 18:44:35 +0000 (+0100) Subject: docs: extend the dump-header documentation X-Git-Tag: curl-7_87_0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845f020ea5e18ae0336ea7528546ee033a966eea;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/cmdline-opts/dump-header.d b/docs/cmdline-opts/dump-header.d index 3dabac85e6..3e39f60073 100644 --- a/docs/cmdline-opts/dump-header.d +++ b/docs/cmdline-opts/dump-header.d @@ -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.