commands: Style fixes.
This commit is contained in:
parent
821932a326
commit
15e4e74c77
1 changed files with 4 additions and 2 deletions
|
@ -135,9 +135,11 @@ def hook_commands():
|
||||||
('<message-number>[:"<message-part>"] [<reason>]'),
|
('<message-number>[:"<message-part>"] [<reason>]'),
|
||||||
# Description
|
# 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"
|
" 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"
|
" as visual feedback when using completion)\n"
|
||||||
" reason: the redaction reason\n"
|
" reason: the redaction reason\n"
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue