From 1d8df52d451c2085365dd2a457e498a7891348ee Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Jul 2017 13:34:51 +0200 Subject: inetd: improve --helpt text and config help text. Signed-off-by: Denys Vlasenko --- networking/httpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'networking/httpd.c') diff --git a/networking/httpd.c b/networking/httpd.c index cfc07075b..079145757 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -124,7 +124,7 @@ //config: different user. //config: //config:config FEATURE_HTTPD_BASIC_AUTH -//config: bool "Enable Basic http Authentication" +//config: bool "Enable HTTP authentication" //config: default y //config: depends on HTTPD //config: help @@ -134,7 +134,7 @@ //config: /adm:toor:PaSsWd //config: //config:config FEATURE_HTTPD_AUTH_MD5 -//config: bool "Support MD5 crypted passwords for http Authentication" +//config: bool "Support MD5-encrypted passwords in HTTP authentication" //config: default y //config: depends on FEATURE_HTTPD_BASIC_AUTH //config: help -- cgit v1.2.1