inetd: improve --helpt text and config help text.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-27 13:34:51 +02:00
parent 2e01eec4d3
commit 1d8df52d45
2 changed files with 31 additions and 12 deletions

View File

@@ -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