Change command help text for "show capabilities" to "show caps", as this is the actual command that has to be typed on the console.

Thanks to makopoppo for the patch - http://opensimulator.org/mantis/view.php?id=5467
0.7.1-dev
Justin Clark-Casey (justincc) 2011-05-06 21:21:02 +01:00
parent 6077c114b6
commit 5d6aefd8ce
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ namespace OpenSim.Region.CoreModules.Agent.Capabilities
m_scene = scene;
m_scene.RegisterModuleInterface<ICapabilitiesModule>(this);
MainConsole.Instance.Commands.AddCommand("Capabilities", false, "show caps",
"show capabilities",
"Shows all registered capabilities", CapabilitiesCommand);
"show caps",
"Shows all registered capabilities", CapabilitiesCommand);
}
public void RegionLoaded(Scene scene)