format mistake in --form-string, pointed out by Owen Watson

This commit is contained in:
Daniel Stenberg 2005-03-30 06:31:32 +00:00
parent 94459cab98
commit 32a446cf19
1 changed files with 3 additions and 3 deletions

View File

@ -391,9 +391,9 @@ This option can be used multiple times.
.IP "--form-string <name=string>" .IP "--form-string <name=string>"
(HTTP) Similar to \fI--form\fP except that the value string for the named (HTTP) Similar to \fI--form\fP except that the value string for the named
parameter is used literally. Leading \&'@' and \&'<' characters, and the parameter is used literally. Leading \&'@' and \&'<' characters, and the
\&';type=' string in the value have no special meaning. Use this in \&';type=' string in the value have no special meaning. Use this in preference
preference to \fI--form\fP if there's any possibility that the string value to \fI--form\fP if there's any possibility that the string value may
may accidentally trigger the \&'@' or \&'<' features of \fI--form\f{. accidentally trigger the \&'@' or \&'<' features of \fI--form\fP.
.IP "-g/--globoff" .IP "-g/--globoff"
This option switches off the "URL globbing parser". When you set this option, This option switches off the "URL globbing parser". When you set this option,
you can specify URLs that contain the letters {}[] without having them being you can specify URLs that contain the letters {}[] without having them being