diff --git a/TGServerService/ChatCommands.cs b/TGServerService/ChatCommands.cs index 9349288488..05bbd39394 100644 --- a/TGServerService/ChatCommands.cs +++ b/TGServerService/ChatCommands.cs @@ -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)"; } }