Update svn properties, formatting cleanup.

This commit is contained in:
Jeff Ames
2008-08-19 02:59:27 +00:00
parent 6d2e1ad6ba
commit bea7d4d81a
17 changed files with 78 additions and 177 deletions

View File

@@ -255,8 +255,8 @@ namespace OpenSim.Framework.Servers
SetConsoleLogLevel(setParams);
}
}
}
/// <summary>
/// Show help information
/// </summary>
@@ -270,7 +270,7 @@ namespace OpenSim.Framework.Servers
//Notice("help [command] - display general help or specific command help. Try help help for more info.");
Notice("quit - equivalent to shutdown.");
Notice("set log level [level] - change the console logging level only. For example, off or debug.");
Notice("set log level [level] - change the console logging level only. For example, off or debug.");
Notice("show info - show server information (e.g. startup path).");
if (m_stats != null)
@@ -280,7 +280,7 @@ namespace OpenSim.Framework.Servers
Notice("show uptime - show server startup time and uptime.");
Notice("show version - show server version.");
Notice("shutdown - shutdown the server.\n");
return;
}
}