1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 14:20:18 -07:00

fix: change subject flag to title

This commit is contained in:
Khaliq 2021-08-05 14:50:54 +08:00
parent 93ecd78272
commit b841854e09

View File

@ -26,7 +26,7 @@ func Send() *cli.Command {
Name: "textmagic",
Usage: "Send message via TextMagic",
UsageText: "pingme textmagic --token 'tokenabc' --user 'sid123' " +
"--title'foo' --receiver '+140001442' --msg 'some message'",
"--title '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{