Skip to content

Commit de2cb7c

Browse files
authored
Merge pull request #286 from dmur1/fix-ret-chat-help-#283
fix bad grammar in ret chat help message
2 parents c93f624 + b77e55f commit de2cb7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ chat via a discord webhook with ret
159159

160160
use - to read from stdin
161161

162-
requires a valid webhook this is typically `"chatwebhookurl"` from `~/.config/ret` is a valid webhook
162+
requires a valid webhook this is typically `"chatwebhookurl"` from `~/.config/ret`
163163

164164
however the command supports up to 3 webhooks using `$ ret --1 chat`, `$ ret --2 chat` and `$ ret --3 chat`
165165

commands/chat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func init() {
5555
func ChatHelp() string {
5656
return "chat via a discord webhook with ret\n\n" +
5757
"use - to read from stdin\n\n" +
58-
"requires a valid webhook this is typically " + theme.ColorYellow + "`\"chatwebhookurl\"`" + theme.ColorReset + " from " + theme.ColorCyan + "`~/.config/ret`" + theme.ColorReset + " is a valid webhook\n\n" +
58+
"requires a valid webhook this is typically " + theme.ColorYellow + "`\"chatwebhookurl\"`" + theme.ColorReset + " from " + theme.ColorCyan + "`~/.config/ret`" + theme.ColorReset + "\n\n" +
5959
"however the command supports up to 3 webhooks using " + theme.ColorGray + "`$ ret --1 chat`" + theme.ColorReset + ", " + theme.ColorGray + "`$ ret --2 chat` " + theme.ColorReset + "and " + theme.ColorGray + "`$ ret --3 chat`" + theme.ColorReset + "\n\n" +
6060
"if no numerical override is specified the " + theme.ColorYellow + "`\"chatwebhookurl\"`" + theme.ColorReset + " webhook is used by default\n\n" +
6161
"webhooks 2 and 3 are set with " + theme.ColorYellow + "`\"chatwebhookurl2\"`" + theme.ColorReset + " and " + theme.ColorYellow + "`\"chatwebhookurl3\"`" + theme.ColorReset + " respectively\n\n" +

0 commit comments

Comments
 (0)