mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Make long help text for new link-region command syntax more explicit.
This commit is contained in:
@@ -144,7 +144,7 @@ namespace OpenSim.Services.GridService
|
||||
if (MainConsole.Instance != null)
|
||||
{
|
||||
MainConsole.Instance.Commands.AddCommand("hypergrid", false, "link-region",
|
||||
"link-region <Xloc> <Yloc> <ServerURI> [<RemoteRegionName>]",
|
||||
"link-region <Xloc> <Yloc> http://<HostName>:<HttpPort>/ [<RemoteRegionName>]",
|
||||
"Link a HyperGrid Region", RunCommand);
|
||||
MainConsole.Instance.Commands.AddCommand("hypergrid", false, "link-region",
|
||||
"link-region <Xloc> <Yloc> <RegionIP> <RegionPort> [<RemoteRegionName>]",
|
||||
|
||||
Reference in New Issue
Block a user