Merge pull request #696 from RumiAllbert/master

Typo fix
pull/712/head
Igor Chubin 3 years ago committed by GitHub
commit 255b7dbb49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ You can override this behavior by adding `?u`, `?m` or `?M` to a URL like this
If you have several options to pass, write them without delimiters in between for the one-letter options,
and use `&` as a delimiter for the long options with values:
$ curl 'wttr.in/Amsterdam?m2&lang=nl`
$ curl 'wttr.in/Amsterdam?m2&lang=nl'
It would be a rough equivalent of `-m2 --lang nl` for the GNU CLI syntax.

Loading…
Cancel
Save