diff options
author | Melanie | 2009-11-25 17:03:11 +0000 |
---|---|---|
committer | Melanie | 2009-11-25 17:03:11 +0000 |
commit | cc3617f74fd857860d4396997f2d3d6a0169db5f (patch) | |
tree | e33bb44b27ec91dd22f603a074d86cde56c12da4 /OpenSim/Region/Application/OpenSim.cs | |
parent | Change osTeleportAgent parameters from long to int. That numerical range is (diff) | |
parent | minor: add doc to a few parcel methods (diff) | |
download | opensim-SC_OLD-cc3617f74fd857860d4396997f2d3d6a0169db5f.zip opensim-SC_OLD-cc3617f74fd857860d4396997f2d3d6a0169db5f.tar.gz opensim-SC_OLD-cc3617f74fd857860d4396997f2d3d6a0169db5f.tar.bz2 opensim-SC_OLD-cc3617f74fd857860d4396997f2d3d6a0169db5f.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index f9be1e2..5228e4b 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -232,7 +232,7 @@ namespace OpenSim | |||
232 | "Save named prim to XML2", SavePrimsXml2); | 232 | "Save named prim to XML2", SavePrimsXml2); |
233 | 233 | ||
234 | m_console.Commands.AddCommand("region", false, "load oar", | 234 | m_console.Commands.AddCommand("region", false, "load oar", |
235 | "load oar <oar name>", | 235 | "load oar [--merge] <oar name>", |
236 | "Load a region's data from OAR archive", LoadOar); | 236 | "Load a region's data from OAR archive", LoadOar); |
237 | 237 | ||
238 | m_console.Commands.AddCommand("region", false, "save oar", | 238 | m_console.Commands.AddCommand("region", false, "save oar", |