Commit 07398f7b authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

readline: make description more enlightening and fix indentation

parent 2eac7aea
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.