Skip to content
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

bug: lwm2mclient.c, with tinydtls Pre-Shared-Key option error, in print_usage function. #140

Closed
liuxiyu opened this issue Apr 11, 2016 · 2 comments

Comments

@liuxiyu
Copy link

liuxiyu commented Apr 11, 2016

in lwm2mclient.c

ifdef WITH_TINYDTLS

  fprintf(stdout, "  -p HEXSTRING\tSet the device management or bootstrap server Pre-Shared-Key. If not set use none secure mode\r\n");    

endif

Should be

ifdef WITH_TINYDTLS

   fprintf(stdout, "  -s HEXSTRING\tSet the device management or bootstrap server Pre-Shared-Key. If not set use none secure mode\r\n");    

endif

@dnav
Copy link
Contributor

dnav commented Apr 12, 2016

Thank you, I ninja-fixed this in #139

@dnav
Copy link
Contributor

dnav commented Apr 21, 2016

Fixed in #139

@dnav dnav closed this as completed Apr 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants