mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 03:55:47 +08:00
minor: Fix usage error message for "debug eq" console command
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user