aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorMatt Lehmann2014-04-30 19:12:52 -0700
committerJustin Clark-Casey (justincc)2014-05-06 18:48:42 +0100
commit8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5 (patch)
tree9aa25b0d7e8956a93fa87da33dd479be92350b14 /OpenSim/Region/Application
parentfix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync() (diff)
downloadopensim-SC_OLD-8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5.zip
opensim-SC_OLD-8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5.tar.gz
opensim-SC_OLD-8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5.tar.bz2
opensim-SC_OLD-8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5.tar.xz
updated version of default user switch for load oar :q :q
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 544accf..cc505f8 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -272,6 +272,7 @@ namespace OpenSim
272 + " [--no-objects]" 272 + " [--no-objects]"
273 + " [--rotation degrees] [--rotation-center \"<x,y,z>\"]" 273 + " [--rotation degrees] [--rotation-center \"<x,y,z>\"]"
274 + " [--displacement \"<x,y,z>\"]" 274 + " [--displacement \"<x,y,z>\"]"
275 + " [--default-user \"User Name\"]"
275 + " [<OAR path>]", 276 + " [<OAR path>]",
276 "Load a region's data from an OAR archive.", 277 "Load a region's data from an OAR archive.",
277 "--merge will merge the OAR with the existing scene (suppresses terrain and parcel info loading)." + Environment.NewLine 278 "--merge will merge the OAR with the existing scene (suppresses terrain and parcel info loading)." + Environment.NewLine