diff options
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
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", |