diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-07-31 14:02:01 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-31 19:07:38 +0200 |
| commit | 07398f7b43af41a2af5e1b843415d0c9550d32c1 (patch) | |
| tree | aef44092e44105c93f81d0d0c35cf8b712389d46 | |
| parent | 2eac7aea23f2377c63a11d0c432ebdcaaccc40f1 (diff) | |
| download | buildroot-07398f7b43af41a2af5e1b843415d0c9550d32c1.tar.gz buildroot-07398f7b43af41a2af5e1b843415d0c9550d32c1.zip | |
readline: make description more enlightening and fix indentation
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/readline/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/readline/Config.in b/package/readline/Config.in index 305955a63d..fbebf18a8a 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. |

