From ce9c8830ecf5bd28aa4fd7a372db04e04f6f12cb Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Fri, 6 Oct 2023 14:41:43 -0400 Subject: [PATCH] sys/shell/gnrc_netif: fix ifconfig set language issue --- sys/shell/cmds/gnrc_netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shell/cmds/gnrc_netif.c b/sys/shell/cmds/gnrc_netif.c index 938480e89f7d..5deb0b601df6 100644 --- a/sys/shell/cmds/gnrc_netif.c +++ b/sys/shell/cmds/gnrc_netif.c @@ -196,7 +196,7 @@ static void _link_usage(char *cmd_name) static void _set_usage(char *cmd_name) { printf("usage: %s set \n", cmd_name); - printf(" Sets an hardware specific specific value\n" + printf(" Sets a hardware specific value\n" " may be one of the following\n" " * \"addr\" - sets (short) address\n" " * \"addr_long\" - sets long address\n"