Skip to content

Commit

Permalink
cmdline/configfile.md: use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Oct 24, 2023
1 parent 2263637 commit 191e60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmdline/configfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ user-agent option again:

If the parameter contains whitespace (or starts with : or =), the parameter
must be enclosed within quotes. Within double quotes, the following escape
sequences are available: \\\\, \\", \t, \n, \r and \v. A backslash preceding
any other letter is ignored.
sequences are available: `\\`, `\"`, `\t`, `\n`, `\r` and `\v`. A backslash
preceding any other letter is ignored.

The argument to an option can be specified without double quotes and then curl
will treat the next space or newline as the end of the argument.
Expand Down

0 comments on commit 191e60a

Please sign in to comment.