summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-20 18:44:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-20 18:44:20 +0100
commit337723748c453c00bd88bbf841648436b617d954 (patch)
tree692a22cecb00a0d8224d20a9a96a025295b3dd8f
parent3a094ca74ccb68dda27738cda899d5636a9dd324 (diff)
downloadcurl-bagder/create-file-mode.tar.gz
fixup to make tests passbagder/create-file-mode
-rw-r--r--docs/options-in-versions1
-rw-r--r--tests/data/test14631
-rw-r--r--tests/data/test14641
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/options-in-versions b/docs/options-in-versions
index 97c416d83..bb2de4614 100644
--- a/docs/options-in-versions
+++ b/docs/options-in-versions
@@ -30,6 +30,7 @@
--cookie (-b) 4.9
--cookie-jar (-c) 7.9
--create-dirs 7.10.3
+--create-file-mode 7.75.0
--crlf 5.7
--crlfile 7.19.7
--curves 7.73.0
diff --git a/tests/data/test1463 b/tests/data/test1463
index 7e1fe9b84..224bedab4 100644
--- a/tests/data/test1463
+++ b/tests/data/test1463
@@ -37,6 +37,7 @@ curl file category --help
<stdout mode="text">
Usage: curl [options...] <url>
file: FILE protocol options
+ --create-file-mode File mode for created files
-I, --head Show document info only
-r, --range <range> Retrieve only the bytes within RANGE
</stdout>
diff --git a/tests/data/test1464 b/tests/data/test1464
index 167e80d6d..774147517 100644
--- a/tests/data/test1464
+++ b/tests/data/test1464
@@ -37,6 +37,7 @@ curl file category --help with lower/upper mix
<stdout mode="text">
Usage: curl [options...] <url>
file: FILE protocol options
+ --create-file-mode File mode for created files
-I, --head Show document info only
-r, --range <range> Retrieve only the bytes within RANGE
</stdout>