From: terencehill Date: Tue, 20 Feb 2018 17:58:36 +0000 (+0100) Subject: Display dumptree in the menu_cmd help message X-Git-Tag: xonotic-v0.8.5~2289 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5ecb86b38f9d05dd09abcc3ed45e493170b497a1;p=xonotic%2Fxonotic-data.pk3dir.git Display dumptree in the menu_cmd help message --- 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();