From: Daniel Stenberg Date: Tue, 1 Nov 2016 09:27:40 +0000 (+0100) Subject: curl.1: typo X-Git-Tag: curl-7_51_0~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5c49b9e6976da8e055c8f59d28feb46f00a880d;p=thirdparty%2Fcurl.git curl.1: typo --- diff --git a/docs/curl.1 b/docs/curl.1 index b798d6f9e8..f5375ed7f1 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -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