Skip to content

Commit

Permalink
Update tests/net/nanocoap_cli/nanocli_client.c
Browse files Browse the repository at this point in the history
Co-authored-by: Marian Buschsieweke <[email protected]>
  • Loading branch information
benpicco and maribu authored Jan 28, 2025
1 parent 627cd66 commit 5a58280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/nanocoap_cli/nanocli_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static int _cmd_observe(int argc, char **argv)
int res;

if ((argc < 2) || (argc > 3)) {
printf("usage: %s <url> <on|off>\n", argv[0]);
printf("usage: %s <url> [on|off]\n", argv[0]);
return 1;
}
if (argc > 2 && !strcmp("off", argv[2])) {
Expand Down

0 comments on commit 5a58280

Please sign in to comment.