1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 00:15:28 +02:00

curl: minor punctuation fix

This commit is contained in:
Waldir Pimenta 2017-02-02 11:35:43 +00:00 committed by GitHub
parent fb5010757e
commit b8dd048a93

View file

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