summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/upload-file.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-15 15:58:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-15 23:06:41 +0100
commitddaa85893d8ca62b96454de3a98ebb4e750fdc36 (patch)
tree632ad83c371601110b24442ce12124f3470f61cd /docs/cmdline-opts/upload-file.d
parentf5f12331e5375073a6af9017e690c66fcc11fc2b (diff)
downloadcurl-ddaa85893d8ca62b96454de3a98ebb4e750fdc36.tar.gz
curl.1: require "see also" for every documented option
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
Diffstat (limited to 'docs/cmdline-opts/upload-file.d')
-rw-r--r--docs/cmdline-opts/upload-file.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/upload-file.d b/docs/cmdline-opts/upload-file.d
index fbf969e83..62fe6502c 100644
--- a/docs/cmdline-opts/upload-file.d
+++ b/docs/cmdline-opts/upload-file.d
@@ -7,6 +7,7 @@ Example: -T file $URL
Example: -T "img[1-1000].png" ftp://ftp.example.com/
Example: --upload-file "{file1,file2}" $URL
Added: 4.0
+See-also: get head
---
This transfers the specified local file to the remote URL. If there is no file
part in the specified URL, curl will append the local file name. NOTE that you