1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:35:24 +02:00

curl: fix example according to style guide.

This commit is contained in:
Maks Makrovets 2016-01-06 13:05:23 +02:00
parent f31f3bba65
commit 16d9553b6c

View file

@ -5,7 +5,7 @@
- Download a URL to a file
`curl "{{URL}}" -o filename`
`curl "{{URL}}" -o {{filename}}`
- send form-encoded data