pure-ftpd: Config.in: fix help text wrapping

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>
This commit is contained in:
Gaël PORTAY 2018-02-14 00:04:58 -05:00 committed by Thomas Petazzoni
parent a12dd24ac7
commit 586fdb3bd6

View 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