]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
page-header: move up a URL paragraph from GLOBBING to URL
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Aug 2023 08:49:36 +0000 (10:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Aug 2023 08:49:36 +0000 (10:49 +0200)
docs/cmdline-opts/page-header

index ca90b7219e6243b78ba4f93d4f5fc37cfa73f894..008dcf67c70f1b3a81bc8dd3316b96670f789bb0 100644 (file)
@@ -46,6 +46,11 @@ what protocol you want. It then defaults to HTTP but assumes others based on
 often-used host name prefixes. For example, for host names starting with
 "ftp." curl assumes you want FTP.
 
+You can specify any amount of URLs on the command line. They will be fetched
+in a sequential manner in the specified order unless you use --parallel. You
+can specify command line options and URLs mixed and in any order on the
+command line.
+
 curl attempts to re-use connections when doing multiple transfers, so that
 getting many files from the same server do not use multiple connects and setup
 handshakes. This improves speed. Connection re-use can only be done for URLs
@@ -76,11 +81,6 @@ other:
 
   "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html"
 
-You can specify any amount of URLs on the command line. They will be fetched
-in a sequential manner in the specified order unless you use --parallel. You
-can specify command line options and URLs mixed and in any order on the
-command line.
-
 You can specify a step counter for the ranges to get every Nth number or
 letter: