Skip to content

Fixed help #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/mqtt/raw_pub_sub/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static void s_printHelp()
stdout, "proxy_port: defaults to 8080 is proxy_host is set. Set this to any value you'd like (optional).\n");
fprintf(stdout, "user_name: User name to send with mqtt connect.\n");
fprintf(stdout, "password: Password to send with mqtt connect.\n");
fprintf(stdout, "protocol_name: (optional) defaults to mqtt.\n");
fprintf(stdout, "protocol_name: (optional) defaults to x-amzn-mqtt-ca.\n");
fprintf(
stdout,
"auth_params: (optional) Comma delimited list of auth parameters. For websockets these will be set as headers. "
Expand Down