Clarify help text for use of file paths with console command "create region".

viewer-2-initial-appearance
Marck 2010-09-11 09:14:32 +02:00 committed by Justin Clark-Casey (justincc)
parent cd42cdcc89
commit 7ee0a8d30e
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ namespace OpenSim
m_console.Commands.AddCommand("region", false, "create region",
"create region [\"region name\"] <region_file.ini>",
"Create a new region.",
"The settings for \"region name\" are read from <region_file.ini> in your Regions directory."
"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."
+ " If \"region name\" does not exist in <region_file.ini>, it will be added." + Environment.NewLine
+ "Without \"region name\", the first region found in <region_file.ini> will be created." + Environment.NewLine
+ "If <region_file.ini> does not exist, it will be created.",