summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/range.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-28 11:50:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-28 11:50:07 +0200
commit46417b0d6727f528d8d874d007db65e5b650580f (patch)
treedeeb9d26441c15096908041ef12207441fc15dc9 /docs/cmdline-opts/range.d
parent880ea96e960ffefa782e3d2af60d280d820df233 (diff)
downloadcurl-46417b0d6727f528d8d874d007db65e5b650580f.tar.gz
cmdline-opts: made the 'Added:' field mandatory
Diffstat (limited to 'docs/cmdline-opts/range.d')
-rw-r--r--docs/cmdline-opts/range.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/range.d b/docs/cmdline-opts/range.d
index 0637f8fc2..64a2f430a 100644
--- a/docs/cmdline-opts/range.d
+++ b/docs/cmdline-opts/range.d
@@ -5,6 +5,7 @@ Arg: <range>
Protocols: HTTP FTP SFTP FILE
Category: http ftp sftp file
Example: --range 22-44 $URL
+Added: 4.0
---
Retrieve a byte range (i.e. a partial document) from an HTTP/1.1, FTP or SFTP
server or a local FILE. Ranges can be specified in a number of ways.