[Buildroot] [PATCH 2/6] exim: fix help text format

Luca Ceresoli luca at lucaceresoli.net
Tue May 30 17:01:24 UTC 2017


Warning reported by check-package.

Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
Cc: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/exim/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/exim/Config.in b/package/exim/Config.in
index 230ac86f96bd..aa50a86736d8 100644
--- a/package/exim/Config.in
+++ b/package/exim/Config.in
@@ -8,8 +8,9 @@ config BR2_PACKAGE_EXIM
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_BERKELEYDB
 	help
-	  Exim is a message transfer agent (MTA) developed at the University of
-	  Cambridge for use on Unix systems connected to the Internet.
+	  Exim is a message transfer agent (MTA) developed at the
+	  University of Cambridge for use on Unix systems connected to
+	  the Internet.
 
 	  http://www.exim.org/
 
-- 
2.7.4



More information about the buildroot mailing list