Change the name of the newest command to "show names" so that it doesn't conflict with the existing "show users"

bulletsim
Diva Canto 2011-06-09 16:11:47 -07:00
parent 4cf60c5d9d
commit e3e1f6308d
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
// } // }
//} //}
MainConsole.Instance.Commands.AddCommand("grid", true, MainConsole.Instance.Commands.AddCommand("grid", true,
"show user-names", "show names",
"show user-names", "show names",
"Show the bindings between user UUIDs and user names", "Show the bindings between user UUIDs and user names",
String.Empty, String.Empty,
HandleShowUsers); HandleShowUsers);