Skip to content

Commit

Permalink
sys/shell/gnrc_netif: fix ifconfig set language issue
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Oct 6, 2023
1 parent dd62f41 commit ce9c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/shell/cmds/gnrc_netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static void _link_usage(char *cmd_name)
static void _set_usage(char *cmd_name)
{
printf("usage: %s <if_id> set <key> <value>\n", cmd_name);
printf(" Sets an hardware specific specific value\n"
printf(" Sets a hardware specific value\n"
" <key> may be one of the following\n"
" * \"addr\" - sets (short) address\n"
" * \"addr_long\" - sets long address\n"
Expand Down

0 comments on commit ce9c883

Please sign in to comment.