Commit e5c49b9e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl.1: typo

parent b744950f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1246,7 +1246,7 @@ this:
  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
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

  curl example.com example.net -o aa -o bb