From c2fdf7a335edbfa1e06e80ca0b1bfb5b05881cc0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 26 Apr 2026 16:35:33 +0200 Subject: [PATCH] docs/cmdline-opts/write-out.md: tls_earlydata was adeded in 8.13.0 --- docs/cmdline-opts/write-out.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/write-out.md b/docs/cmdline-opts/write-out.md index 395a917b43..3ddb68ed90 100644 --- a/docs/cmdline-opts/write-out.md +++ b/docs/cmdline-opts/write-out.md @@ -281,7 +281,7 @@ The total time, in seconds, that the full operation lasted. The amount of bytes that were sent as TLSv1.3 early data. This is 0 if this TLS feature was not used and negative if the data sent had been rejected by the server. The use of early data is enabled via -the command line option `--tls-earlydata`. (Added in 8.12.0) +the command line option `--tls-earlydata`. (Added in 8.13.0) ## `url` The URL that was fetched. (Added in 7.75.0)