diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 5bce225..d706e05 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -142,7 +142,8 @@ namespace OpenSim | |||
142 | 142 | ||
143 | m_console.Commands.AddCommand("region", "save oar", | 143 | m_console.Commands.AddCommand("region", "save oar", |
144 | "save oar <oar name>", | 144 | "save oar <oar name>", |
145 | "Save a region's data to an OAR archive", SaveOar); | 145 | "Save a region's data to an OAR archive", |
146 | "More information on forthcoming options here soon", SaveOar); | ||
146 | 147 | ||
147 | m_console.Commands.AddCommand("region", "save inventory", | 148 | m_console.Commands.AddCommand("region", "save inventory", |
148 | "save inventory <first> <last> <path> <file>", | 149 | "save inventory <first> <last> <path> <file>", |