1
0
mirror of https://github.com/shirou/mqttcli.git synced 2025-04-28 13:48:50 +08:00

forget to add

This commit is contained in:
Shirou WAKAYAMA 2014-11-07 12:58:41 +09:00
parent 800a9bb338
commit 663706e77a

View File

@ -126,7 +126,7 @@ func main() {
cli.BoolFlag{"r", "message should be retained.", ""},
cli.BoolFlag{"d", "enable debug messages", ""},
cli.BoolFlag{"insecure", "do not check that the server certificate", ""},
cli.StringFlag{"conf", "~/.mqtt.cfg", "config file path", ""},
cli.StringFlag{"conf", "~/.mqttcli.cfg", "config file path", ""},
cli.StringFlag{
Name: "will-payload",
Value: "",