From 1c0471fc235beff146d84c8a4914ae87b7e8294d Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Tue, 30 Aug 2016 18:27:02 -0500 Subject: [PATCH] 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 --- pages/common/wget.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/wget.md b/pages/common/wget.md index 74e79dfc5b..2f020d9cac 100644 --- a/pages/common/wget.md +++ b/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: