fixed a help text error

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401333
This commit is contained in:
David Anderson 2007-08-14 06:41:12 +00:00
parent b5df2dfb07
commit 99d9b96ec6

View File

@ -199,7 +199,7 @@ public Action:Command_DelGroup(client, args)
{
if (args < 1)
{
ReplyToCommand(client, "[SM] Usage: sm_sql_addgroup <name>");
ReplyToCommand(client, "[SM] Usage: sm_sql_delgroup <name>");
return Plugin_Handled;
}