We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62516d5 commit 9955912Copy full SHA for 9955912
samples/mqtt/raw_pub_sub/main.cpp
@@ -41,7 +41,7 @@ static void s_printHelp()
41
stdout, "proxy_port: defaults to 8080 is proxy_host is set. Set this to any value you'd like (optional).\n");
42
fprintf(stdout, "user_name: User name to send with mqtt connect.\n");
43
fprintf(stdout, "password: Password to send with mqtt connect.\n");
44
- fprintf(stdout, "protocol_name: (optional) defaults to mqtt.\n");
+ fprintf(stdout, "protocol_name: (optional) defaults to x-amzn-mqtt-ca.\n");
45
fprintf(
46
stdout,
47
"auth_params: (optional) Comma delimited list of auth parameters. For websockets these will be set as headers. "
0 commit comments