Fixes revision command help text

This commit is contained in:
Cyberboss
2017-09-06 15:59:44 -04:00
parent 57fcdbfb54
commit 3925f437be
+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)";
}
}