- Use same description for the "Download a URL to a file" example as for curl (see #1019 and #1023) - Also fix example formatting * wget: Use "contents" instead of "output" of an URL
@@ -3,9 +3,9 @@
> Download files from the Web.
> Supports HTTP, HTTPS, and FTP.
-- Download a URL to a file:
+- Download the contents of an URL to a file:
-`wget -O filename "{{url}}"`
+`wget -O {{filename}} {{url}}`
- Limit download speed: