Clean up how connectivity level is determined

This commit is contained in:
Cyberboss
2017-10-31 15:09:23 -04:00
parent 6373fa4f28
commit e6f44a10b3
9 changed files with 79 additions and 68 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using TGServiceInterface;
using TGServiceInterface.Components;
@@ -14,7 +13,7 @@ namespace TGCommandLine
}
public override string GetHelpText()
{
return "Manage server service authentication";
return "Manage instance authentication";
}
}