aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-11-12 23:56:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-11-12 23:56:09 +0100
commitc539b83138b08a0c764c83a2ad9cd9dbb4e33d11 (patch)
treeb034a8227706ccb688b35a03ada20452a61fb780 /docs
parent0a2edfc348cbd70940be306e39c1cda0af255a68 (diff)
curl.1: "a file", not an
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 7aef004ca..95614c6e4 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -526,8 +526,8 @@ or
\fBcurl\fP -F "name=daniel;type=text/foo" url.com
-You can also explicitly change the name field of an file upload part by
-setting filename=, like this:
+You can also explicitly change the name field of a file upload part by setting
+filename=, like this:
\fBcurl\fP -F "file=@localfile;filename=nameinpost" url.com