* Add 'show version' help information into base OpenSim server

0.6.0-stable
Justin Clarke Casey 2008-06-02 16:28:04 +00:00
parent 3991908db5
commit a1395b90be
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ namespace OpenSim.Framework.Servers
if (m_stats != null)
Notice("show stats - statistical information for this server");
Notice("show uptime - show server startup and uptime.");
Notice("show version - show server version.");
Notice("show uptime - show server startup time and uptime.");
Notice("shutdown - shutdown the server.\n");
break;