Fix quotes in help message.
This commit is contained in:
parent
a73c887ee3
commit
86309740a0
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def hook_commands():
|
||||||
'redact',
|
'redact',
|
||||||
'redact messages',
|
'redact messages',
|
||||||
# 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 the message to redact (message numbers"
|
||||||
"\n start from the last recieved as "
|
"\n start from the last recieved as "
|
||||||
|
|
Loading…
Add table
Reference in a new issue