From e24916cfc02b60329664e8b3165cc300652e0722 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Wed, 19 Jul 2017 05:40:54 +0000 Subject: [PATCH] Add "find" as an alias for "apropos" (for consistency with MarkV) git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1428 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Quake/cmd.c b/Quake/cmd.c index 938230e9..783475fd 100644 --- a/Quake/cmd.c +++ b/Quake/cmd.c @@ -574,6 +574,7 @@ void Cmd_Init (void) Cmd_AddCommand ("wait", Cmd_Wait_f); Cmd_AddCommand ("apropos", Cmd_Apropos_f); + Cmd_AddCommand ("find", Cmd_Apropos_f); } /*