Skip to content

Commit 24da243

Browse files
committed
commands: Realing the redact command help message.
1 parent 3a17c5a commit 24da243

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

matrix/commands.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ def hook_commands():
236236
('<event-id>[:"<message-part>"] [<reason>]'),
237237
# Description
238238
(
239-
"event-id: event id of the message that will be redacted\n"
240-
" message-part: an initial part of the message (ignored, only "
239+
" event-id: event id of the message that will be redacted\n"
240+
"message-part: an initial part of the message (ignored, only "
241241
"used\n"
242-
" as visual feedback when using completion)\n"
243-
" reason: the redaction reason\n"
242+
" as visual feedback when using completion)\n"
243+
" reason: the redaction reason\n"
244244
),
245245
# Completions
246246
("%(matrix_messages)"),

0 commit comments

Comments
 (0)