From 3925f437be646c70e4fc3e97641c75a446e6f229 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 6 Sep 2017 15:56:34 -0400 Subject: [PATCH] Fixes revision command help text --- TGServerService/ChatCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"; } }