X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=cmd.c;h=3457a534062c3e92c1da72c5f16c163bfaec428c;hb=dec9aa0a5dcda68afb38a62157d63243d77e6c71;hp=476ec67b549136595865a3954e116f269c1beb53;hpb=14038bdf05fbf63362de75588bc248c1690553fd;p=xonotic%2Fdarkplaces.git diff --git a/cmd.c b/cmd.c index 476ec67b..3457a534 100644 --- a/cmd.c +++ b/cmd.c @@ -1193,8 +1193,8 @@ void Cmd_Init_Commands (void) // 2000-01-09 CmdList, CvarList commands By Matthias "Maddes" Buecher // Added/Modified by EvilTypeGuy eviltypeguy@qeradiant.com - Cmd_AddCommand ("cmdlist", Cmd_List_f, "lists all console commands beginning with the specified prefix"); - Cmd_AddCommand ("cvarlist", Cvar_List_f, "lists all console variables beginning with the specified prefix"); + Cmd_AddCommand ("cmdlist", Cmd_List_f, "lists all console commands beginning with the specified prefix or matching the specified wildcard pattern"); + Cmd_AddCommand ("cvarlist", Cvar_List_f, "lists all console variables beginning with the specified prefix or matching the specified wildcard pattern"); Cmd_AddCommand ("apropos", Cmd_Apropos_f, "lists all console variables/commands/aliases containing the specified string in the name or description"); Cmd_AddCommand ("cvar_lockdefaults", Cvar_LockDefaults_f, "stores the current values of all cvars into their default values, only used once during startup after parsing default.cfg");