1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/gcoap: add -o and -d to Options in usage manual

This commit is contained in:
Fabian Hüßler 2024-08-21 15:02:31 +02:00
parent 526d32d376
commit c898d752f5

View File

@ -191,6 +191,8 @@ static int _print_usage(char **argv)
printf(" %s proxy unset\n", argv[0]);
printf("Options\n");
printf(" -c Send confirmably (defaults to non-confirmable)\n");
printf(" -o include Observe registration option\n");
printf(" -d include Observe deregistration option\n");
return 1;
}