fix totag

This commit is contained in:
Ahuey
2018-05-08 17:54:05 +08:00
committed by GitHub
parent ae1459a0c5
commit 4e44827522
+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"),