Change the name of the newest command to "show names" so that it doesn't conflict with the existing "show users"
parent
4cf60c5d9d
commit
e3e1f6308d
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue