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

iar_mods
Justin Clark-Casey (justincc) 2012-01-05 20:56:29 +00:00
parent 7319ba62dd
commit 5b160f5b7b
1 changed files with 1 additions and 1 deletions

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;
}