[Buildroot] [PATCH] readline: make description more enlightening and fix indentation

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Jul 31 17:02:01 UTC 2013


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/readline/Config.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/readline/Config.in b/package/readline/Config.in
index 305955a..fbebf18 100644
--- a/package/readline/Config.in
+++ b/package/readline/Config.in
@@ -2,4 +2,6 @@ config BR2_PACKAGE_READLINE
 	bool "readline"
 	select BR2_PACKAGE_NCURSES
 	help
-	    Enable GNU readline support?
+	  The GNU Readline library provides a set of functions for use
+	  by applications that allow users to edit command lines
+	  as they are typed in.
-- 
1.8.1.5



More information about the buildroot mailing list