commands: Realing the redact command help message.

This commit is contained in:
Damir Jelić 2019-01-29 15:35:42 +01:00
parent 3a17c5ae96
commit 24da24304e

View file

@ -236,11 +236,11 @@ def hook_commands():
('<event-id>[:"<message-part>"] [<reason>]'),
# Description
(
"event-id: event id of the message that will be redacted\n"
" message-part: an initial part of the message (ignored, only "
" event-id: event id of the message that will be redacted\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"
" as visual feedback when using completion)\n"
" reason: the redaction reason\n"
),
# Completions
("%(matrix_messages)"),