From ae054fcaa6e3887cf9e3b5b2441553e63bda0a0f Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 15 Sep 2014 22:50:08 +0200 Subject: [PATCH] gdb: reword prompt for host TUI option There is no need to name the option "GDB TUI support", since this option is already visible "below" GDB in menuconfig/xconfig. Naming it "TUI support" is therefore sufficient. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/gdb/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index fe3f90e0cd..5d0e1b4e9d 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -14,7 +14,7 @@ config BR2_PACKAGE_HOST_GDB if BR2_PACKAGE_HOST_GDB config BR2_PACKAGE_HOST_GDB_TUI - bool "GDB TUI support" + bool "TUI support" help This option enables terminal user interface (TUI) for gdb