From: Thomas Petazzoni Date: Sun, 17 Mar 2019 16:36:39 +0000 (+0100) Subject: package/python-terminaltables: wrap Config.in help text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d9eb78df6b294b22164fc807be98d345e9cd469;p=buildroot.git package/python-terminaltables: wrap Config.in help text Fixes the following check-package error: package/python-terminaltables/Config.in:4: help text: <2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-terminaltables/Config.in b/package/python-terminaltables/Config.in index bb3c51c48f..8f3c4296ed 100644 --- a/package/python-terminaltables/Config.in +++ b/package/python-terminaltables/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PYTHON_TERMINALTABLES bool "python-terminaltables" help - Generate simple tables in terminals from a nested list of strings. + Generate simple tables in terminals from a nested list of + strings. https://github.com/Robpol86/terminaltables