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:
parent
526d32d376
commit
c898d752f5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user