1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-06 02:15:42 +02:00

Merge pull request #696 from bobstrecansky/master

-H instead of --head for cURL, adding verbose output
This commit is contained in:
Ruben Vereecken 2016-01-23 12:06:39 +02:00
commit aee511ad15

View file

@ -25,7 +25,7 @@
- Include an extra header: - Include an extra header:
`curl --header "{{X-MyHeader: 123}}" {{http://localhost}}` `curl -H "{{X-MyHeader: 123}}" {{http://localhost}}`
- Pass a user name and password for server authentication: - Pass a user name and password for server authentication: