We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5690be1 commit 691f939Copy full SHA for 691f939
README.md
@@ -119,8 +119,8 @@ instead forwarded to the curl invocation.
119
URL to be downloaded. Anything that is not a parameter is considered
120
an URL. Whitespaces are percent-encoded and the URL is passed to curl, which
121
then performs the parsing. May be specified more than once.
122
-Arguments starting with "@" are considered as a file listing multiple URLs to
123
-be downloaded; "@\<PATH\>" is equivalent to using "--input-file \<PATH\>".
+Arguments starting with `@` are considered as a file containing multiple URLs to
+be downloaded; `@\<PATH\>` is equivalent to using `--input-file \<PATH\>`.
124
125
# Examples
126
0 commit comments