wget: Use same example description as for curl (#1026)

- 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
This commit is contained in:
Eric Nielsen 2016-08-30 18:27:02 -05:00 committed by Waldir Pimenta
parent c8e3e44905
commit 1c0471fc23

View File

@ -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: