From 5ecb86b38f9d05dd09abcc3ed45e493170b497a1 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 20 Feb 2018 18:58:36 +0100 Subject: [PATCH] Display dumptree in the menu_cmd help message --- qcsrc/menu/command/menu_cmd.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/menu/command/menu_cmd.qc b/qcsrc/menu/command/menu_cmd.qc index 18e5ae081..e727b39e6 100644 --- a/qcsrc/menu/command/menu_cmd.qc +++ b/qcsrc/menu/command/menu_cmd.qc @@ -48,6 +48,7 @@ void GameCommand(string theCommand) LOG_INFO(_("Usage: menu_cmd command..., where possible commands are:")); LOG_INFO(_(" sync - reloads all cvars on the current menu page")); LOG_INFO(_(" directmenu ITEM - select a menu item as main item")); + LOG_INFO(_(" dumptree - dump the state of the menu as a tree to the console")); LOG_INFO("Generic commands shared by all programs:"); GenericCommand_macro_help(); -- 2.39.2