help restart message corrected
The "restart" console command restarts the currently selected region or all regions in this instance if root is selected. Changed the message accordingly.0.8.1-post-fixes
parent
f03734710a
commit
ad8d172079
|
@ -385,7 +385,7 @@ namespace OpenSim
|
||||||
|
|
||||||
m_console.Commands.AddCommand("Regions", false, "restart",
|
m_console.Commands.AddCommand("Regions", false, "restart",
|
||||||
"restart",
|
"restart",
|
||||||
"Restart all sims in this instance",
|
"Restart the currently selected region(s) in this instance",
|
||||||
RunCommand);
|
RunCommand);
|
||||||
|
|
||||||
m_console.Commands.AddCommand("General", false, "command-script",
|
m_console.Commands.AddCommand("General", false, "command-script",
|
||||||
|
|
Loading…
Reference in New Issue