Skip to content

Commit 9955912

Browse files
authored
raw_pub_sub help text correction (#203)
1 parent 62516d5 commit 9955912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/mqtt/raw_pub_sub/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static void s_printHelp()
4141
stdout, "proxy_port: defaults to 8080 is proxy_host is set. Set this to any value you'd like (optional).\n");
4242
fprintf(stdout, "user_name: User name to send with mqtt connect.\n");
4343
fprintf(stdout, "password: Password to send with mqtt connect.\n");
44-
fprintf(stdout, "protocol_name: (optional) defaults to mqtt.\n");
44+
fprintf(stdout, "protocol_name: (optional) defaults to x-amzn-mqtt-ca.\n");
4545
fprintf(
4646
stdout,
4747
"auth_params: (optional) Comma delimited list of auth parameters. For websockets these will be set as headers. "

0 commit comments

Comments
 (0)