diff options
author | 2019-03-17 17:36:39 +0100 | |
---|---|---|
committer | 2019-03-17 17:36:39 +0100 | |
commit | 3d9eb78df6b294b22164fc807be98d345e9cd469 (patch) | |
tree | 02cd3226d058f2c5171968aa5ca4084b0c81bea6 /package | |
parent | 367adaf0911dfcca172b3702b6c24d009af8923a (diff) | |
download | buildroot-3d9eb78df6b294b22164fc807be98d345e9cd469.tar.gz buildroot-3d9eb78df6b294b22164fc807be98d345e9cd469.tar.bz2 |
package/python-terminaltables: wrap Config.in help text
Fixes the following check-package error:
package/python-terminaltables/Config.in:4: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/python-terminaltables/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |