Big cleanup in config help and description
Redundant help texts (one which only repeats the description) are deleted. Descriptions and help texts are trimmed. Some config options are moved, even across menus. No config option _names_ are changed. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -235,8 +235,6 @@
|
||||
//config: bool "Enable -I option (use ICMP instead of UDP)"
|
||||
//config: default y
|
||||
//config: depends on TRACEROUTE || TRACEROUTE6
|
||||
//config: help
|
||||
//config: Add option -I to use ICMP ECHO instead of UDP datagrams.
|
||||
|
||||
/* Needs socket(AF_INET, SOCK_RAW, IPPROTO_ICMP), therefore BB_SUID_MAYBE: */
|
||||
//applet:IF_TRACEROUTE(APPLET(traceroute, BB_DIR_USR_BIN, BB_SUID_MAYBE))
|
||||
|
Reference in New Issue
Block a user