diff --git a/TGServerService/ChatCommands.cs b/TGServerService/ChatCommands.cs index f0659c9c87..7f51a84215 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)"; } }