From 49c7b1b3423e216d8a5b123213c657c533782def Mon Sep 17 00:00:00 2001 From: Max Beier Date: Tue, 26 Apr 2016 19:28:44 +0200 Subject: [PATCH] curl: hyphen instead of en dash (#857) --- pages/common/curl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/curl.md b/pages/common/curl.md index d00645b7b..1cb594248 100644 --- a/pages/common/curl.md +++ b/pages/common/curl.md @@ -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}}`