Merge pull request #2 from hweidz/master

fix totag
This commit is contained in:
Clement Venard
2018-05-08 17:59:21 +08:00
committed by GitHub
+1 -1
View File
@@ -224,7 +224,7 @@ func run(c *cli.Context) error {
BtnTxt: c.String("btntxt"),
ToUser: c.String("touser"),
ToParty: c.String("toparty"),
ToTag: c.String("tostring"),
ToTag: c.String("totag"),
Title: c.String("title"),
Description: c.String("description"),
Safe: c.Int("safe"),