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

sys/shell/gnrc_netif: fix ifconfig set language issue

This commit is contained in:
krzysztof-cabaj 2023-10-06 14:41:43 -04:00
parent dd62f419d7
commit ce9c8830ec

View File

@ -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"