Browse Source

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
Eric Nielsen 8 years ago
parent
commit
1c0471fc23
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/wget.md

+ 2 - 2
pages/common/wget.md

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