summaryrefslogtreecommitdiff
path: root/poezio/tabs
diff options
context:
space:
mode:
authorMadhur Garg <madhurgarg96@gmail.com>2019-06-06 05:52:19 +0530
committerMadhur Garg <madhurgarg96@gmail.com>2019-06-20 03:09:30 +0530
commitca72ac8d26d79f0edd620e3d0366166a6c1b768c (patch)
tree78e2199950274720c099f1e2ba15a4542cc34d5f /poezio/tabs
parenta1aad86a5bbf98db4a27f83aa6f9b45a0e83eb56 (diff)
downloadpoezio-ca72ac8d26d79f0edd620e3d0366166a6c1b768c.tar.gz
poezio-ca72ac8d26d79f0edd620e3d0366166a6c1b768c.tar.bz2
poezio-ca72ac8d26d79f0edd620e3d0366166a6c1b768c.tar.xz
poezio-ca72ac8d26d79f0edd620e3d0366166a6c1b768c.zip
Updated usage of /sb in documentation
Diffstat (limited to 'poezio/tabs')
-rw-r--r--poezio/tabs/basetabs.py2
1 files changed, 1 insertions, 1 deletions
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',