From f47e167023fc3fddd9c756a332d3d22f6aafcffc Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 1 Mar 2018 19:59:01 +0100 Subject: [PATCH] Clarify help message for /redact. --- matrix/commands.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/matrix/commands.py b/matrix/commands.py index a391c0a..0a5806c 100644 --- a/matrix/commands.py +++ b/matrix/commands.py @@ -73,10 +73,10 @@ def hook_commands(): # Synopsis ('[:""] []'), # Description - ("message-number: number of the message to redact (message numbers" - "\n start from the last recieved as " - "1 and count up)\n" - " message-part: a shortened part of the message\n" + ("message-number: number of message to redact (starting from 1 for\n" + " the last message received, counting up)\n" + " message-part: an initial part of the message (ignored, only used\n" + " as visual feedback when using completion)\n" " reason: the redaction reason\n"), # Completions ('%(matrix_messages)'),