Adds usage instructions and sanity check to TestClient wear command. Mantis #99

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1716 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2008-04-07 17:12:20 +00:00
parent 7baa3ffb04
commit 9d07e7deba

View File

@@ -14,6 +14,9 @@ namespace libsecondlife.TestClient
public override string Execute(string[] args, LLUUID fromAgentID)
{
if (args.Length < 1)
return "Usage: wear [outfit name] eg: 'wear /My Outfit/Dance Party";
string target = String.Empty;
bool bake = true;