diff mbox series

[3/3] pure-ftpd: Config.in: fix help text wrapping

Message ID 20180214050458.32281-4-gael.portay@savoirfairelinux.com
State Accepted
Headers show
Series Config.in{,host}: check-package pass | expand

Commit Message

Gaël PORTAY Feb. 14, 2018, 5:04 a.m. UTC
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>
---
 package/pure-ftpd/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Sam Voss Feb. 14, 2018, 5:19 p.m. UTC | #1
On Tue, Feb 13, 2018 at 11:04 PM, Gaël PORTAY
<gael.portay@savoirfairelinux.com> wrote:
> 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.

I thought I checked this, sorry.

>
> Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>

Acked-by: Sam Voss <sam.voss@rockwellcollins.com>

> ---
>  package/pure-ftpd/Config.in | 4 ++--
>  1 file 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
> --
> 2.15.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

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