mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
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.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
b9c384fc3c
commit
78258a0fa1
@@ -385,7 +385,7 @@ namespace OpenSim
|
||||
|
||||
m_console.Commands.AddCommand("Regions", false, "restart",
|
||||
"restart",
|
||||
"Restart all sims in this instance",
|
||||
"Restart the currently selected region(s) in this instance",
|
||||
RunCommand);
|
||||
|
||||
m_console.Commands.AddCommand("General", false, "command-script",
|
||||
|
||||
Reference in New Issue
Block a user