pure-ftpd: Config.in: fix help text wrapping
authorGaël PORTAY <gael.portay@savoirfairelinux.com>
Wed, 14 Feb 2018 05:04:58 +0000 (00:04 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 14 Feb 2018 20:25:19 +0000 (21:25 +0100)
This commit fixes the warnings reported by check-package on the help
text of package Config.in file, related to the formatting of the help
text: should start with a tab, then 2 spaces, then at most 62
characters.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Acked-by: Sam Voss <sam.voss@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pure-ftpd/Config.in

index d03170b7cf7caaf6b6902ff33f60519358c70b93..c060102650b2154b8f0d69fd76f44f3c1c5e8bcd 100644 (file)
@@ -33,7 +33,7 @@ config BR2_PACKAGE_PURE_FTPD_QUOTAS
 config BR2_PACKAGE_PURE_FTPD_UPLOADSCRIPT
        bool "uploadscript"
        help
-         Enable pure-upload script. Automatically run an external program
-         after a successful upload.
+         Enable pure-upload script. Automatically run an external
+         program after a successful upload.
 
 endif