diff options
author | opensim mirror account | 2010-10-15 23:20:03 -0700 |
---|---|---|
committer | opensim mirror account | 2010-10-15 23:20:03 -0700 |
commit | 6998f9268bb61548beb08ec47c85434b85f0bf93 (patch) | |
tree | 1b357a3151dba9bfb1881ca690317f319b01a336 /OpenSim/Region/Application/OpenSim.cs | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Rip out version option since it turns out that the changed object serializati... (diff) | |
download | opensim-SC_OLD-6998f9268bb61548beb08ec47c85434b85f0bf93.zip opensim-SC_OLD-6998f9268bb61548beb08ec47c85434b85f0bf93.tar.gz opensim-SC_OLD-6998f9268bb61548beb08ec47c85434b85f0bf93.tar.bz2 opensim-SC_OLD-6998f9268bb61548beb08ec47c85434b85f0bf93.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 66ffd76..7a0142f 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -264,11 +264,10 @@ namespace OpenSim | |||
264 | LoadOar); | 264 | LoadOar); |
265 | 265 | ||
266 | m_console.Commands.AddCommand("region", false, "save oar", | 266 | m_console.Commands.AddCommand("region", false, "save oar", |
267 | "save oar [--version=<version>] [<OAR path>]", | 267 | "save oar [<OAR path>]", |
268 | "Save a region's data to an OAR archive.", | 268 | "Save a region's data to an OAR archive.", |
269 | "The OAR path must be a filesystem path." | 269 | "The OAR path must be a filesystem path." |
270 | + " If this is not given then the oar is saved to region.oar in the current directory." + Environment.NewLine | 270 | + " If this is not given then the oar is saved to region.oar in the current directory.", |
271 | + "--version=0 produces old version 0.3 OARs that are compatible with OpenSim 0.7.0.2 and earlier. Current OAR version is 1.0. This version of OpenSim can load any OAR later than version 0.3", | ||
272 | SaveOar); | 271 | SaveOar); |
273 | 272 | ||
274 | m_console.Commands.AddCommand("region", false, "edit scale", | 273 | m_console.Commands.AddCommand("region", false, "edit scale", |