1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:53:50 +02:00

curl: hyphen instead of en dash (#857)

This commit is contained in:
Max Beier 2016-04-26 19:28:44 +02:00 committed by Waldir Pimenta
parent 4fb0b58900
commit 49c7b1b342

View file

@ -33,4 +33,4 @@
- Pass client certificate and key for a secure resource:
`curl -v –key {{key.pem}} –cacert {{ca.pem}} –cert {{client.pem}} -k {{https://localhost}}`
`curl -v -key {{key.pem}} -cacert {{ca.pem}} -cert {{client.pem}} -k {{https://localhost}}`