diff options
author | Diva Canto | 2011-06-09 16:11:47 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-09 16:11:47 -0700 |
commit | e3e1f6308d4636b546798f6aa2f7624b8dc52c9e (patch) | |
tree | af21906d7843138c90864fd727dff0e6b5a7daeb /OpenSim | |
parent | Removing special casing on failures. This may also fix reports of this issue: (diff) | |
download | opensim-SC_OLD-e3e1f6308d4636b546798f6aa2f7624b8dc52c9e.zip opensim-SC_OLD-e3e1f6308d4636b546798f6aa2f7624b8dc52c9e.tar.gz opensim-SC_OLD-e3e1f6308d4636b546798f6aa2f7624b8dc52c9e.tar.bz2 opensim-SC_OLD-e3e1f6308d4636b546798f6aa2f7624b8dc52c9e.tar.xz |
Change the name of the newest command to "show names" so that it doesn't conflict with the existing "show users"
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs b/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs index ae4336c..accd094 100644 --- a/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs +++ b/OpenSim/Region/CoreModules/Framework/UserManagement/UserManagementModule.cs | |||
@@ -82,8 +82,8 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement | |||
82 | // } | 82 | // } |
83 | //} | 83 | //} |
84 | MainConsole.Instance.Commands.AddCommand("grid", true, | 84 | MainConsole.Instance.Commands.AddCommand("grid", true, |
85 | "show user-names", | 85 | "show names", |
86 | "show user-names", | 86 | "show names", |
87 | "Show the bindings between user UUIDs and user names", | 87 | "Show the bindings between user UUIDs and user names", |
88 | String.Empty, | 88 | String.Empty, |
89 | HandleShowUsers); | 89 | HandleShowUsers); |