diff options
| author | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2018-02-14 00:04:58 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-14 21:25:19 +0100 |
| commit | 586fdb3bd67d7b442b6bb7fad903915b18be108b (patch) | |
| tree | b744d148ff0003824a15c4536fed6ec913ed9863 | |
| parent | a12dd24ac77b6c5863d4171916f1a7a6751ee566 (diff) | |
| download | buildroot-586fdb3bd67d7b442b6bb7fad903915b18be108b.tar.gz buildroot-586fdb3bd67d7b442b6bb7fad903915b18be108b.zip | |
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>
| -rw-r--r-- | package/pure-ftpd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pure-ftpd/Config.in b/package/pure-ftpd/Config.in index d03170b7cf..c060102650 100644 --- a/package/pure-ftpd/Config.in +++ b/package/pure-ftpd/Config.in @@ -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 |

