From 724f93d2e622e8c913315a547d8de1811faa0fd4 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 14 Jan 2017 15:05:02 +0100 Subject: [PATCH] corrected spelling --- src/ebusd/mqtthandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/mqtthandler.cpp b/src/ebusd/mqtthandler.cpp index 94d00ba2..ece3108c 100644 --- a/src/ebusd/mqtthandler.cpp +++ b/src/ebusd/mqtthandler.cpp @@ -27,7 +27,7 @@ using namespace std; /** the definition of the MQTT arguments. */ static const struct argp_option g_mqtt_argp_options[] = { {NULL, 0, NULL, 0, "MQTT options:", 1 }, - {"mqtthost", 1, "PORT", 0, "Connect to MQTT broker on HOST [localhsot]", 0 }, + {"mqtthost", 1, "HOST", 0, "Connect to MQTT broker on HOST [localhost]", 0 }, {"mqttport", 2, "PORT", 0, "Connect to MQTT broker on PORT (usually 1883), 0 to disable [0]", 0 }, {"mqtttopic", 3, "TOPIC", 0, "Use MQTT TOPIC (prefix before /%circuit/%name or complete format) [ebusd]", 0 },