* Add the ability to type help <command> for more detailed help about a specific command if any is available

This commit is contained in:
Justin Clarke Casey
2009-02-09 20:52:04 +00:00
parent 66dc421be7
commit a034b640da
5 changed files with 137 additions and 19 deletions

View File

@@ -142,7 +142,8 @@ namespace OpenSim
m_console.Commands.AddCommand("region", "save oar",
"save oar <oar name>",
"Save a region's data to an OAR archive", SaveOar);
"Save a region's data to an OAR archive",
"More information on forthcoming options here soon", SaveOar);
m_console.Commands.AddCommand("region", "save inventory",
"save inventory <first> <last> <path> <file>",