From 13cd599675e441e26a6451958cfd5aeeb0a0fde8 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Wed, 6 May 2020 00:15:43 +0200 Subject: Improve description for (un)subscribe commands --- docs/Commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Commands.md') 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 -- cgit