apps/; Change space to tab and help to ---help--- in Kconfig files.

This commit is contained in:
Xiang Xiao 2019-10-05 21:37:19 -06:00 committed by Gregory Nutt
parent ddd5a18b0c
commit e829f047bc
12 changed files with 83 additions and 83 deletions

View File

@ -7,7 +7,7 @@ config NETUTILS_PING
bool "ICMP ping support" bool "ICMP ping support"
default n default n
depends on NET_ICMP depends on NET_ICMP
help ---help---
Build in support for a IPv4 ping command. This command ping will Build in support for a IPv4 ping command. This command ping will
send the ICMP ECHO_REQUEST and wait for the ICMP ECHO_RESPONSE from send the ICMP ECHO_REQUEST and wait for the ICMP ECHO_RESPONSE from
the remote peer. the remote peer.
@ -16,7 +16,7 @@ config NETUTILS_PING
bool "ICMPv6 ping support" bool "ICMPv6 ping support"
default n default n
depends on NET_ICMPv6 depends on NET_ICMPv6
help ---help---
Build in support for a IPv6 ping command. This command ping will Build in support for a IPv6 ping command. This command ping will
send the ICMPv6 ECHO_REQUEST and wait for the ICMPv6 ECHO_RESPONSE send the ICMPv6 ECHO_REQUEST and wait for the ICMPv6 ECHO_RESPONSE
from the remote peer. from the remote peer.