From c5eb07430fe4418aecd8ba7b35696890cb201f6a Mon Sep 17 00:00:00 2001 From: charconstpointer Date: Tue, 3 Aug 2021 22:44:00 +0200 Subject: [PATCH] add missing subject flag --- service/textmagic/textmagic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/textmagic/textmagic.go b/service/textmagic/textmagic.go index 00f0904..851eb73 100644 --- a/service/textmagic/textmagic.go +++ b/service/textmagic/textmagic.go @@ -26,7 +26,7 @@ func Send() *cli.Command { Name: "textmagic", Usage: "Send message via TextMagic", UsageText: "pingme textmagic --token 'tokenabc' --user 'sid123' " + - "--receiver '+140001442' --msg 'some message'", + "--subject 'foo' --receiver '+140001442' --msg 'some message'", Description: `textmagic provides ability to send sms to multiple numbers. You can specify multiple receivers by separating the value with a comma.`, Flags: []cli.Flag{