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
This commit is contained in:
Eric Wasylishen 2017-07-19 05:40:54 +00:00
parent 737b6e9eb4
commit e24916cfc0

View file

@ -574,6 +574,7 @@ void Cmd_Init (void)
Cmd_AddCommand ("wait", Cmd_Wait_f); Cmd_AddCommand ("wait", Cmd_Wait_f);
Cmd_AddCommand ("apropos", Cmd_Apropos_f); Cmd_AddCommand ("apropos", Cmd_Apropos_f);
Cmd_AddCommand ("find", Cmd_Apropos_f);
} }
/* /*