From eecd6ec2ccde7efb8fa4536e23e7b2effa69175c Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Wed, 25 Mar 2015 21:24:30 +0100 Subject: [PATCH] sys/shell: shortened description of netif shell cmd --- sys/shell/commands/shell_commands.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/shell/commands/shell_commands.c b/sys/shell/commands/shell_commands.c index 51f01d7b51..f064cbc97b 100644 --- a/sys/shell/commands/shell_commands.c +++ b/sys/shell/commands/shell_commands.c @@ -254,11 +254,7 @@ const shell_command_t _shell_command_list[] = { #endif #ifdef MODULE_NG_NETIF #ifndef MODULE_NET_IF - { - "ifconfig", - "Configures a network interface\n\nusage: %s [ set ]]", - _netif_config - }, + {"ifconfig", "Configure network interfaces", _netif_config}, #endif #ifndef MODULE_TRANSCEIVER {"txtsnd", "send raw data", _netif_send },