aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorShy Robbiani2015-03-05 23:59:45 +0100
committerJustin Clark-Casey (justincc)2015-03-11 23:30:05 +0000
commit78258a0fa1f3b1444aa109b1bde3574fdba5b822 (patch)
treeee270ff4e5d6356600505f7100fdb68cd468c83e
parentAdd rough and ready element explanation in a comment at the top of inventory ... (diff)
downloadopensim-SC-78258a0fa1f3b1444aa109b1bde3574fdba5b822.zip
opensim-SC-78258a0fa1f3b1444aa109b1bde3574fdba5b822.tar.gz
opensim-SC-78258a0fa1f3b1444aa109b1bde3574fdba5b822.tar.bz2
opensim-SC-78258a0fa1f3b1444aa109b1bde3574fdba5b822.tar.xz
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.
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 3db1615..deb54fd 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -385,7 +385,7 @@ namespace OpenSim
385 385
386 m_console.Commands.AddCommand("Regions", false, "restart", 386 m_console.Commands.AddCommand("Regions", false, "restart",
387 "restart", 387 "restart",
388 "Restart all sims in this instance", 388 "Restart the currently selected region(s) in this instance",
389 RunCommand); 389 RunCommand);
390 390
391 m_console.Commands.AddCommand("General", false, "command-script", 391 m_console.Commands.AddCommand("General", false, "command-script",