Skip to content

Commit 390ef8c

Browse files
rddunlapmasahir0y
authored andcommitted
kconfig: gconfig: drop the Show Debug Info help text
The Show Debug Info option was removed eons ago. Now finish the job by removing the help text for it also. Fixes: 7b5d872 ("gconfig: remove show_debug option") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 06c2afb commit 390ef8c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/kconfig/gconf.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,7 @@ void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data)
647647
"Although there is no cross reference yet to help you figure out\n"
648648
"what other options must be enabled to support the option you\n"
649649
"are interested in, you can still view the help of a grayed-out\n"
650-
"option.\n"
651-
"\n"
652-
"Toggling Show Debug Info under the Options menu will show \n"
653-
"the dependencies, which you can then match by examining other options.";
650+
"option.";
654651

655652
dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd),
656653
GTK_DIALOG_DESTROY_WITH_PARENT,

0 commit comments

Comments
 (0)