mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* Add the ability to type help <command> for more detailed help about a specific command if any is available
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user