From b8dd048a93b431ea1671b0e6797c1c926b231ada Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 2 Feb 2017 11:35:43 +0000 Subject: [PATCH] curl: minor punctuation fix --- 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 84c0d24eb..dbe1fa5c0 100644 --- a/pages/common/curl.md +++ b/pages/common/curl.md @@ -11,7 +11,7 @@ `curl -O {{http://example.com/filename}}` -- Download a file, following [L]ocation redirects, and automatically [C]ontinuing/resuming a previous file transfer: +- Download a file, following [L]ocation redirects, and automatically [C]ontinuing (resuming) a previous file transfer: `curl -O -L -C - {{http://example.com/filename}}`