mirror of
https://github.com/curl/curl.git
synced 2025-09-20 11:02:42 +03:00
curl.1: typo
This commit is contained in:
parent
b744950f43
commit
e5c49b9e69
|
@ -1246,7 +1246,7 @@ this:
|
||||||
curl -o aa example.com -o bb example.net
|
curl -o aa example.com -o bb example.net
|
||||||
|
|
||||||
and the order of the -o options and the URLs doesn't matter, just that the
|
and the order of the -o options and the URLs doesn't matter, just that the
|
||||||
first -o is for the fir URL and so on, so the above command line can also be
|
first -o is for the first URL and so on, so the above command line can also be
|
||||||
written as
|
written as
|
||||||
|
|
||||||
curl example.com example.net -o aa -o bb
|
curl example.com example.net -o aa -o bb
|
||||||
|
|
Loading…
Reference in New Issue
Block a user