config: do not refer to HTTPS for wget

Signed-off-by: Pierre Carrier <pierre@spotify.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Pierre Carrier 2012-06-17 19:59:53 +02:00 committed by Denys Vlasenko
parent 6144124aac
commit e0a6004ce8

View 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)"