curl.1: "a file", not an
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Nov 2010 22:56:09 +0000 (23:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Nov 2010 22:56:09 +0000 (23:56 +0100)
docs/curl.1

index 7aef004..95614c6 100644 (file)
@@ -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