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