diff --git a/sys/shell/cmds/gnrc_netif.c b/sys/shell/cmds/gnrc_netif.c index 938480e89f..5deb0b601d 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"