minor: Fix usage error message for "debug eq" console command

user_profiles
Justin Clark-Casey (justincc) 2013-03-28 01:41:23 +00:00
parent b5b01e5bb5
commit 617637c788
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ namespace OpenSim.Region.ClientStack.Linden
if (!(args.Length == 3 && int.TryParse(args[2], out debugLevel)))
{
MainConsole.Instance.OutputFormat("Usage: debug eq [0|1]");
MainConsole.Instance.OutputFormat("Usage: debug eq [0|1|2]");
}
else
{