package/python-crontab: fix check-package warning
authorPierre-Jean Texier <pjtexier@koncepto.io>
Mon, 25 Nov 2019 12:18:20 +0000 (13:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 25 Nov 2019 14:11:39 +0000 (15:11 +0100)
Fixes:

package/python-crontab/Config.in:5: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
26 lines processed
1 warnings generated

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-crontab/Config.in

index f97e00af5e55828bdd7f3de3e3c9538520cec4cc..102dbbdb6b4bcc092ff072d0103a65bd5e1c0f44 100644 (file)
@@ -2,7 +2,8 @@ config BR2_PACKAGE_PYTHON_CRONTAB
        bool "python-crontab"
        select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
        help
-         Crontab module for reading and writing crontab files and accessing
-         the system cron automatically and simply using a direct API.
+         Crontab module for reading and writing crontab files and
+         accessing the system cron automatically and simply using
+         a direct API.
 
          https://gitlab.com/doctormo/python-crontab/