config: do not refer to HTTPS for wget
authorPierre Carrier <pierre@spotify.com>
Sun, 17 Jun 2012 17:59:53 +0000 (19:59 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 17 Jun 2012 17:59:53 +0000 (19:59 +0200)
Signed-off-by: Pierre Carrier <pierre@spotify.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/Config.src

index fb7dca7..e2376d5 100644 (file)
@@ -945,8 +945,8 @@ config WGET
        bool "wget"
        default y
        help
-         wget is a utility for non-interactive download of files from HTTP,
-         HTTPS, and FTP servers.
+         wget is a utility for non-interactive download of files from HTTP
+         and FTP servers.
 
 config FEATURE_WGET_STATUSBAR
        bool "Enable a nifty process meter (+2k)"