summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-02 11:22:32 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-02 11:22:32 +0100
commitd4a1862719d7e16125364a62cb6b090ccd866fa7 (patch)
treec2394ae1ca8f3622298402f79501af94529b6733
parentd9118e8d71578781bf8642e89e6fa0483d065e35 (diff)
downloadcurl-d4a1862719d7e16125364a62cb6b090ccd866fa7.tar.gz
docs: add "added: 7.68.0" to the --etag-* docs
-rw-r--r--docs/cmdline-opts/etag-compare.d1
-rw-r--r--docs/cmdline-opts/etag-save.d1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/etag-compare.d b/docs/cmdline-opts/etag-compare.d
index 1c1364f43..1a698a8ff 100644
--- a/docs/cmdline-opts/etag-compare.d
+++ b/docs/cmdline-opts/etag-compare.d
@@ -2,6 +2,7 @@ Long: etag-compare
Arg: <file>
Help: Pass an ETag from a file as a custom header
Protocols: HTTP
+Added: 7.68.0
---
This option makes a conditional HTTP request for the specific
ETag read from the given file by sending a custom If-None-Match
diff --git a/docs/cmdline-opts/etag-save.d b/docs/cmdline-opts/etag-save.d
index fa0694d14..214723ff5 100644
--- a/docs/cmdline-opts/etag-save.d
+++ b/docs/cmdline-opts/etag-save.d
@@ -2,6 +2,7 @@ Long: etag-save
Arg: <file>
Help: Parse ETag from a request and save it to a file
Protocols: HTTP
+Added: 7.68.0
---
This option saves an HTTP ETag to the specified file. Etag is
usually part of headers returned by a request. When server sends an