Clarify help message for /redact.
This commit is contained in:
parent
86309740a0
commit
f47e167023
1 changed files with 4 additions and 4 deletions
|
@ -73,10 +73,10 @@ def hook_commands():
|
||||||
# Synopsis
|
# Synopsis
|
||||||
('<message-number>[:"<message-part>"] [<reason>]'),
|
('<message-number>[:"<message-part>"] [<reason>]'),
|
||||||
# Description
|
# Description
|
||||||
("message-number: number of the message to redact (message numbers"
|
("message-number: number of message to redact (starting from 1 for\n"
|
||||||
"\n start from the last recieved as "
|
" the last message received, counting up)\n"
|
||||||
"1 and count up)\n"
|
" message-part: an initial part of the message (ignored, only used\n"
|
||||||
" message-part: a shortened part of the message\n"
|
" as visual feedback when using completion)\n"
|
||||||
" reason: the redaction reason\n"),
|
" reason: the redaction reason\n"),
|
||||||
# Completions
|
# Completions
|
||||||
('%(matrix_messages)'),
|
('%(matrix_messages)'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue