1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

HelpHandler: usage, short syntax

This commit is contained in:
Sebastian Kaspari 2010-04-18 22:58:13 +02:00
parent 826f06fb01
commit daed3c3499

View File

@ -97,7 +97,7 @@ public class HelpHandler extends BaseHandler
@Override
public String getUsage()
{
return "/help \n/help [<command>]";
return "/help [<command>]";
}
/**