From 845f020ea5e18ae0336ea7528546ee033a966eea Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Mon, 12 Dec 2022 19:44:35 +0100 Subject: [PATCH] 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 --- docs/cmdline-opts/dump-header.d | 3 +++ 1 file changed, 3 insertions(+) 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.