From 68784d73c3f8bc0d14502b4e1e930b1741c41699 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 31 Aug 2021 16:37:14 +0200 Subject: curl.1: provide examples for each option The file format for each option now features a "Example:" header that can provide one or more examples that get rendered appropriately in the output. All options MUST have at least one example or gen.pl complains at build-time. This fix also does a few other minor format and consistency cleanups. Closes #7654 --- docs/cmdline-opts/http1.0.d | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/cmdline-opts/http1.0.d') diff --git a/docs/cmdline-opts/http1.0.d b/docs/cmdline-opts/http1.0.d index a4059dbf0..cbfbaee40 100644 --- a/docs/cmdline-opts/http1.0.d +++ b/docs/cmdline-opts/http1.0.d @@ -6,6 +6,7 @@ Added: Mutexed: http1.1 http2 Help: Use HTTP 1.0 Category: http +Example: --http1.0 $URL --- Tells curl to use HTTP version 1.0 instead of using its internally preferred HTTP version. -- cgit v1.2.1