]> granicus.if.org Git - curl/commitdiff
edited the -d section slightly
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Dec 2003 14:09:29 +0000 (14:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Dec 2003 14:09:29 +0000 (14:09 +0000)
docs/curl.1

index ccb434cbc67be514a8ad26835c32e3fdf72cebc1..850498b207e889817fe187736aa2be72414e45ae 100644 (file)
@@ -165,9 +165,9 @@ that can emulate as if a user has filled in a HTML form and pressed the submit
 button. Note that the data is sent exactly as specified with no extra
 processing (with all newlines cut off).  The data is expected to be
 \&"url-encoded". This will cause curl to pass the data to the server using the
-content-type application/x-www-form-urlencoded. Compare to -F. If more than
-one \fI-d/--data\fP option is used on the same command line, the data pieces
-specified will be merged together with a separating &-letter. Thus, using '-d
+content-type application/x-www-form-urlencoded. Compare to -F. If this option
+is used more than once on the same command line, the data pieces specified
+will be merged together with a separating &-letter. Thus, using '-d
 name=daniel -d skill=lousy' would generate a post chunk that looks like
 \&'name=daniel&skill=lousy'.