diff options
author | Madhur Garg <madhurgarg96@gmail.com> | 2019-06-06 05:52:19 +0530 |
---|---|---|
committer | Madhur Garg <madhurgarg96@gmail.com> | 2019-06-20 03:09:30 +0530 |
commit | ca72ac8d26d79f0edd620e3d0366166a6c1b768c (patch) | |
tree | 78e2199950274720c099f1e2ba15a4542cc34d5f | |
parent | a1aad86a5bbf98db4a27f83aa6f9b45a0e83eb56 (diff) | |
download | poezio-ca72ac8d26d79f0edd620e3d0366166a6c1b768c.tar.gz poezio-ca72ac8d26d79f0edd620e3d0366166a6c1b768c.tar.bz2 poezio-ca72ac8d26d79f0edd620e3d0366166a6c1b768c.tar.xz poezio-ca72ac8d26d79f0edd620e3d0366166a6c1b768c.zip |
Updated usage of /sb in documentation
-rw-r--r-- | doc/source/commands.rst | 2 | ||||
-rw-r--r-- | poezio/tabs/basetabs.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 529ad274..d67b5351 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -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. diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py index 0db53a47..0d636c66 100644 --- a/poezio/tabs/basetabs.py +++ b/poezio/tabs/basetabs.py @@ -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', |