diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-06 00:15:43 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-06 00:15:43 +0200 |
commit | 13cd599675e441e26a6451958cfd5aeeb0a0fde8 (patch) | |
tree | 874e0d3598dbecfd7a7ef9988a5ae6ffa34e7ac0 /docs/Commands.md | |
parent | c6b4d2e1387d84545ba731201c5dcd46fa91b6ed (diff) | |
download | wee-slack-13cd599675e441e26a6451958cfd5aeeb0a0fde8.tar.gz |
Improve description for (un)subscribe commands
Diffstat (limited to 'docs/Commands.md')
-rw-r--r-- | docs/Commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index a972d19..ca687e4 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -167,7 +167,7 @@ Prints current status if no arguments are given, unsets the status if -delete is Subscribe to a thread, so that you are alerted to new messages. When in a thread buffer, you can omit the thread id. -Only works when using a session token, see the readme: https://github.com/wee-slack/wee-slack#4-add-your-slack-api-tokens" +This command only works when using a session token, see the readme: https://github.com/wee-slack/wee-slack#4-add-your-slack-api-tokens ### talk @@ -204,7 +204,7 @@ Unsubscribe from a thread that has been previously subscribed to, so that you are not alerted to new messages. When in a thread buffer, you can omit the thread id. -Only works when using a session token, see the readme: https://github.com/wee-slack/wee-slack#4-add-your-slack-api-tokens" +This command only works when using a session token, see the readme: https://github.com/wee-slack/wee-slack#4-add-your-slack-api-tokens ### upload |