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

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2012-01-05 20:56:29 +00:00
parent 19a818017d
commit 7b564b8b35
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;
}