Rename 'show digest' console command to 'show asset'

This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-05 20:56:29 +00:00
parent 7319ba62dd
commit 5b160f5b7b

View File

@@ -157,7 +157,7 @@ namespace OpenSim.Server.Handlers.Asset
{
if (args.Length < 3)
{
MainConsole.Instance.Output("Syntax: show digest <ID>");
MainConsole.Instance.Output("Syntax: show asset <ID>");
return;
}