diff options
author | Matt Lehmann | 2014-04-30 19:12:52 -0700 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-05-06 18:48:42 +0100 |
commit | 8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5 (patch) | |
tree | 9aa25b0d7e8956a93fa87da33dd479be92350b14 /OpenSim/Region/Application/OpenSim.cs | |
parent | fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync() (diff) | |
download | opensim-SC-8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5.zip opensim-SC-8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5.tar.gz opensim-SC-8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5.tar.bz2 opensim-SC-8b3c2f7d0c655d72bbca9dcbd092d3ab275d47c5.tar.xz |
updated version of default user switch for load oar :q :q
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 1 |
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 |