From: Luca Ceresoli Date: Tue, 30 May 2017 17:01:27 +0000 (+0200) Subject: snmppp: fix help text format X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae8704c7529e7c293f7f040412f199507939f61b;p=buildroot.git snmppp: fix help text format Warning reported by check-package. Signed-off-by: Luca Ceresoli Cc: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/snmppp/Config.in b/package/snmppp/Config.in index 9e800fd57e..8d284673bc 100644 --- a/package/snmppp/Config.in +++ b/package/snmppp/Config.in @@ -14,8 +14,9 @@ config BR2_PACKAGE_SNMPPP_LOGGING bool "enable logging" help Enable logging output for SNMP++. - According to the SNMP++ documentation, disabling logging "increases - performance drastically and minimizes memory consumption". + According to the SNMP++ documentation, disabling logging + "increases performance drastically and minimizes memory + consumption". config BR2_PACKAGE_SNMPPP_SNMPV3 bool "enable SNMPv3"