diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2017-05-30 19:01:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-30 23:20:17 +0200 |
commit | ae8704c7529e7c293f7f040412f199507939f61b (patch) | |
tree | 909d560464ca2b9790d2cc1777e50a4ac3b4e3f8 | |
parent | 5bd7415e244ef9469d4b54b8d41d4a8b54e58e5f (diff) | |
download | buildroot-ae8704c7529e7c293f7f040412f199507939f61b.tar.gz buildroot-ae8704c7529e7c293f7f040412f199507939f61b.zip |
snmppp: fix help text format
Warning reported by check-package.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/snmppp/Config.in | 5 |
1 files 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" |