diff options
author | Marck | 2010-09-11 09:14:32 +0200 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-18 02:30:56 +0100 |
commit | 7ee0a8d30e92dedb99c48ab439aa4bd2d0087f14 (patch) | |
tree | c31555b4a1e96ebb1830e9315ac0b9c7f57a45c4 /OpenSim/Region/Application | |
parent | REST Console delivers responses with content type text/xml instead of text/pl... (diff) | |
download | opensim-SC_OLD-7ee0a8d30e92dedb99c48ab439aa4bd2d0087f14.zip opensim-SC_OLD-7ee0a8d30e92dedb99c48ab439aa4bd2d0087f14.tar.gz opensim-SC_OLD-7ee0a8d30e92dedb99c48ab439aa4bd2d0087f14.tar.bz2 opensim-SC_OLD-7ee0a8d30e92dedb99c48ab439aa4bd2d0087f14.tar.xz |
Clarify help text for use of file paths with console command "create region".
Diffstat (limited to '')
-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 c85ff82..7a0142f 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -316,7 +316,7 @@ namespace OpenSim | |||
316 | m_console.Commands.AddCommand("region", false, "create region", | 316 | m_console.Commands.AddCommand("region", false, "create region", |
317 | "create region [\"region name\"] <region_file.ini>", | 317 | "create region [\"region name\"] <region_file.ini>", |
318 | "Create a new region.", | 318 | "Create a new region.", |
319 | "The settings for \"region name\" are read from <region_file.ini> in your Regions directory." | 319 | "The settings for \"region name\" are read from <region_file.ini>. Paths specified with <region_file.ini> are relative to your Regions directory, unless an absolute path is given." |
320 | + " If \"region name\" does not exist in <region_file.ini>, it will be added." + Environment.NewLine | 320 | + " If \"region name\" does not exist in <region_file.ini>, it will be added." + Environment.NewLine |
321 | + "Without \"region name\", the first region found in <region_file.ini> will be created." + Environment.NewLine | 321 | + "Without \"region name\", the first region found in <region_file.ini> will be created." + Environment.NewLine |
322 | + "If <region_file.ini> does not exist, it will be created.", | 322 | + "If <region_file.ini> does not exist, it will be created.", |