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:
parent
800a9bb338
commit
663706e77a
2
main.go
2
main.go
@ -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: "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user