mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
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:
parent
737b6e9eb4
commit
e24916cfc0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue