diff options
author | louiz’ <louiz@louiz.org> | 2016-10-13 17:37:46 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-10-13 17:37:46 +0200 |
commit | 4b66b5191c61e52d346e5577de5e8d687f652d48 (patch) | |
tree | eafae02ec32732fc8c62a5875e4fa7ff01e9db5d /doc/source | |
parent | b026bb190d9218578ee08460c8964968784a6dd5 (diff) | |
download | poezio-4b66b5191c61e52d346e5577de5e8d687f652d48.tar.gz poezio-4b66b5191c61e52d346e5577de5e8d687f652d48.tar.bz2 poezio-4b66b5191c61e52d346e5577de5e8d687f652d48.tar.xz poezio-4b66b5191c61e52d346e5577de5e8d687f652d48.zip |
Fix the doc for the /w command
It has not been touched since approxymately poezio 0.5
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/commands.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 64a2f033..7eebdb43 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -88,9 +88,10 @@ These commands work in *any* tab. /win /w - **Usage:** ``/win <number>`` + **Usage:** ``/win <number or string>`` - Go to the specified room. + Go to the matching tab. If the argument is a number, it goes to the tab with that number. + Otherwise, it goes to the next tab whose name contains the given string. /status **Usage:** ``/status <availability> [status message]`` |