mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 01:41:39 +03:00
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:
parent
c8e3e44905
commit
1c0471fc23
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user