diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-15 22:50:08 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-16 22:32:49 +0200 |
| commit | ae054fcaa6e3887cf9e3b5b2441553e63bda0a0f (patch) | |
| tree | caf645ec00da3ceaf360fc33704568d1400b3062 | |
| parent | ca40efb4bde3816cbf0307701f8bc7b5f386be6e (diff) | |
| download | buildroot-ae054fcaa6e3887cf9e3b5b2441553e63bda0a0f.tar.gz buildroot-ae054fcaa6e3887cf9e3b5b2441553e63bda0a0f.zip | |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/gdb/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

