Skip to content

Commit 6b51820

Browse files
committed
Added -dd to the usage help text
1 parent c4fb5f0 commit 6b51820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mqtt-sn-serial-bridge.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ static void usage()
5858
fprintf(stderr, "\n");
5959
fprintf(stderr, " -b <baud> Set the baud rate. Defaults to %d.\n", (int)serial_baud);
6060
fprintf(stderr, " -d Enable debug messages.\n");
61+
fprintf(stderr, " -dd Enable extended debugging - display packets in hex.\n");
6162
fprintf(stderr, " -h <host> MQTT-SN host to connect to. Defaults to '%s'.\n", mqtt_sn_host);
6263
fprintf(stderr, " -p <port> Network port to connect to. Defaults to %s.\n", mqtt_sn_port);
6364
exit(-1);

0 commit comments

Comments
 (0)