mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
curl: hyphen instead of en dash (#857)
This commit is contained in:
parent
4fb0b58900
commit
49c7b1b342
@ -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}}`
|
||||
|
Loading…
Reference in New Issue
Block a user