mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 22:30:11 -07:00
add missing subject flag
This commit is contained in:
parent
51a59136f5
commit
c5eb07430f
@ -26,7 +26,7 @@ func Send() *cli.Command {
|
|||||||
Name: "textmagic",
|
Name: "textmagic",
|
||||||
Usage: "Send message via TextMagic",
|
Usage: "Send message via TextMagic",
|
||||||
UsageText: "pingme textmagic --token 'tokenabc' --user 'sid123' " +
|
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.
|
Description: `textmagic provides ability to send sms to multiple numbers.
|
||||||
You can specify multiple receivers by separating the value with a comma.`,
|
You can specify multiple receivers by separating the value with a comma.`,
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user