Skip to content
Snippets Groups Projects
Commit b0e467f5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add -C option to help output

parent 67f055d0
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -44,7 +44,8 @@ for(var i = 0; i < argc; ++i) {
print(" -h MQTT broker hostname or IP address, default: " + mqtt.broker_addr);
print(" -p MQTT TCP port number to use, default: " + mqtt.broker_port);
print(" -q QoS value to use, default: " + mqtt.subscribe_qos);
print(" -N do not append newline to printed messages");
print(" -N Do not append newline to printed messages");
print(" -C n Stop after receiving 'n' (count) messages");
print(" -t Topic to subscribe to (can be repeated), default: " + default_topic);
print(" -v Use verbose output (include topic)");
print(" -json Output in JSON format (add -pretty for prettier JSON)");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment