From ae8704c7529e7c293f7f040412f199507939f61b Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Tue, 30 May 2017 19:01:27 +0200 Subject: [PATCH] snmppp: fix help text format Warning reported by check-package. Signed-off-by: Luca Ceresoli Cc: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/snmppp/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"