From 663706e77a8214c4a4fdc3cb46efa60e2a5306e7 Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Fri, 7 Nov 2014 12:58:41 +0900 Subject: [PATCH] forget to add --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c4e328c..1e84292 100644 --- a/main.go +++ b/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: "",