From 78258a0fa1f3b1444aa109b1bde3574fdba5b822 Mon Sep 17 00:00:00 2001 From: Shy Robbiani Date: Thu, 5 Mar 2015 23:59:45 +0100 Subject: [PATCH] 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. --- OpenSim/Region/Application/OpenSim.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 3db1615733..deb54fd347 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -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",