]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
readline: make description more enlightening and fix indentation
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 31 Jul 2013 17:02:01 +0000 (14:02 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 31 Jul 2013 17:07:38 +0000 (19:07 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/readline/Config.in

index 305955a63d8fe2ad14d1beba1efdf86bd1fb7a6c..fbebf18a8a515bddae9912cc0bce669eb63bcfda 100644 (file)
@@ -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.