We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf00e4 commit 69ad0d7Copy full SHA for 69ad0d7
main.go
@@ -144,7 +144,7 @@ func init() {
144
145
// set the usage message
146
flag.Usage = func() {
147
- fmt.Fprint(os.Stderr, "Usage: rtelegram <-token=TOKEN> <-master=@tuser[,@user2..]> [-url=localhost/unix]\n\n")
+ fmt.Fprint(os.Stderr, "Usage: rtelegram <-token=TOKEN> <-masters=@tuser[,@user2..]> [-url=localhost/unix]\n\n")
148
fmt.Fprint(os.Stderr, "Example: rtelegram -token=1234abc -masters=user1,user2 -url=localhost:4374\n")
149
fmt.Fprint(os.Stderr, "Example: RT_TOKEN=1234abc RT_MASTERS=user1 rtelegram\n\n")
150
flag.PrintDefaults()
0 commit comments