diff --git a/pages/common/curl.md b/pages/common/curl.md index d0ee68265..b7cbd8504 100644 --- a/pages/common/curl.md +++ b/pages/common/curl.md @@ -5,7 +5,7 @@ - Download a URL to a file -`curl "{{URL}}" -o filename` +`curl "{{URL}}" -o {{filename}}` - send form-encoded data