|
|
|
@ -447,7 +447,7 @@ void print_usage(void)
|
|
|
|
|
printf(" -U : unsubscribe from a topic. May be repeated.\n");
|
|
|
|
|
printf(" -v : print published messages verbosely.\n");
|
|
|
|
|
printf(" -V : specify the version of the MQTT protocol to use when connecting.\n");
|
|
|
|
|
printf(" Can be mqttv31 or mqttv311. Defaults to mqttv31.\n");
|
|
|
|
|
printf(" Can be mqttv31 or mqttv311. Defaults to mqttv311.\n");
|
|
|
|
|
printf(" --help : display this message.\n");
|
|
|
|
|
printf(" --quiet : don't print error messages.\n");
|
|
|
|
|
printf(" --retained-only : only handle messages with the retained flag set, and exit when the\n");
|
|
|
|
|