change some confusing comands help

0.9.0-post-fixes
UbitUmarov 2017-05-19 05:34:49 +01:00
parent ef35805176
commit 2717ef5da9
1 changed files with 6 additions and 6 deletions

View File

@ -123,8 +123,8 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
"Objects", "Objects",
false, false,
"delete object pos", "delete object pos",
"delete object pos <start-coord> to <end-coord>", "delete object pos <start x, start y , start z> <end x, end y, end z>",
"Delete scene objects within the given area.", "Delete scene objects within the given volume.",
ConsoleUtil.CoordHelp, ConsoleUtil.CoordHelp,
HandleDeleteObject); HandleDeleteObject);
@ -162,8 +162,8 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
"Objects", "Objects",
false, false,
"show object pos", "show object pos",
"show object pos [--full] <start-coord> to <end-coord>", "show object pos [--full] <start x, start y , start z> <end x, end y, end z>",
"Show details of scene objects within the given area.", "Show details of scene objects within give volume",
"The --full option will print out information on all the parts of the object.\n" "The --full option will print out information on all the parts of the object.\n"
+ "For yet more detailed part information, use the \"show part\" commands.\n" + "For yet more detailed part information, use the \"show part\" commands.\n"
+ ConsoleUtil.CoordHelp, + ConsoleUtil.CoordHelp,
@ -189,8 +189,8 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
"Objects", "Objects",
false, false,
"show part pos", "show part pos",
"show part pos <start-coord> to <end-coord>", "show part pos <start x, start y , start z> <end x, end y, end z>",
"Show details of scene object parts within the given area.", "Show details of scene object parts within the given volume.",
ConsoleUtil.CoordHelp, ConsoleUtil.CoordHelp,
HandleShowPartByPos); HandleShowPartByPos);