소스 검색

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>
Thomas Petazzoni 11 년 전
부모
커밋
ae054fcaa6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/gdb/Config.in.host

+ 1 - 1
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