From: Aron Rotteveel Date: Thu, 23 Jan 2020 08:24:30 +0000 (+0100) Subject: form.d: fix two minor typos X-Git-Tag: curl-7_69_0~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c532870ed531ee173d8d0f0e067d3105f57f83f;p=thirdparty%2Fcurl.git form.d: fix two minor typos Closes #4843 --- diff --git a/docs/cmdline-opts/form.d b/docs/cmdline-opts/form.d index 0bbc3701f1..7f1aa31c3b 100644 --- a/docs/cmdline-opts/form.d +++ b/docs/cmdline-opts/form.d @@ -33,11 +33,11 @@ form-field to which the file portrait.jpg will be the input: curl -F profile=@portrait.jpg https://example.com/upload.cgi -Example: send a your name and shoe size in two text fields to the server: +Example: send your name and shoe size in two text fields to the server: curl -F name=John -F shoesize=11 https://example.com/ -Example: send a your essay in a text field to the server. Send it as a plain +Example: send your essay in a text field to the server. Send it as a plain text field, but get the contents for it from a local file: curl -F "story=