Skip to content

Commit

Permalink
examples/gcoap: add -o and -d to Options in usage manual
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian18 committed Aug 21, 2024
1 parent 526d32d commit c898d75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/gcoap/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c898d75

Please sign in to comment.