diff options
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r-- | gnu/packages/wget.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm index ea31a1e70d..0436c0d8c3 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm @@ -51,8 +51,7 @@ '("doc/texi2pod.pl" "tests/run-px"))) %standard-phases))) (home-page "http://www.gnu.org/software/wget/") - (synopsis - "GNU Wget, a tool for retrieving files using HTTP, HTTPS, and FTP") + (synopsis "Non-interactive command-line utility for downloading files") (description "GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a |