Updated usage of /sb in documentation
This commit is contained in:
parent
a1aad86a5b
commit
ca72ac8d26
2 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ These commands will work in any conversation tab (MultiUserChat, Private, or
|
|||
Clear the current buffer.
|
||||
|
||||
/sb
|
||||
**Usage:** ``/end home clear status goto <+|-linecount>|<linenum>|<timestamp>``
|
||||
**Usage:** ``/sb end home clear status goto <+|-linecount>|<linenum>|<timestamp>``
|
||||
|
||||
Allows to go to the given line or message in the window.
|
||||
|
||||
|
|
|
@ -496,7 +496,7 @@ class ChatTab(Tab):
|
|||
self.register_command(
|
||||
'sb',
|
||||
self.command_sb,
|
||||
usage="<sb>",
|
||||
usage="end home clear status goto <+|-linecount>|<linenum>|<timestamp>",
|
||||
shortdesc='Scrollback to the given line number, message, or clear the buffer.')
|
||||
self.register_command(
|
||||
'xhtml',
|
||||
|
|
Loading…
Reference in a new issue