commands: Style fixes.

This commit is contained in:
Damir Jelić 2018-10-02 16:39:54 +02:00
parent 821932a326
commit 15e4e74c77

View file

@ -135,9 +135,11 @@ def hook_commands():
('<message-number>[:"<message-part>"] [<reason>]'),
# Description
(
"message-number: number of message to redact (starting from 1 for\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"
" message-part: an initial part of the message (ignored, only "
"used\n"
" as visual feedback when using completion)\n"
" reason: the redaction reason\n"
),