Merge pull request #152 from Cyberboss/FixMessage

Fixes revision command help text
This commit is contained in:
Jordan Brown
2017-09-06 16:16:43 -04:00
committed by GitHub
+1 -1
View File
@@ -88,7 +88,7 @@ namespace TGServerService
public override string GetHelpText()
{
return "Returns mob info of the specified target";
return "Prints the current code revision of the repository (not the server)";
}
}