curl: hyphen instead of en dash (#857)

waldyrious/alt-syntax
Max Beier 2016-04-26 19:28:44 +02:00 committed by Waldir Pimenta
parent 4fb0b58900
commit 49c7b1b342
1 changed files with 1 additions and 1 deletions

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}}`