mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/shell: shortened description of netif shell cmd
This commit is contained in:
parent
ad69413d22
commit
eecd6ec2cc
@ -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 [<if_id> set <key> <value>]]",
|
||||
_netif_config
|
||||
},
|
||||
{"ifconfig", "Configure network interfaces", _netif_config},
|
||||
#endif
|
||||
#ifndef MODULE_TRANSCEIVER
|
||||
{"txtsnd", "send raw data", _netif_send },
|
||||
|
Loading…
Reference in New Issue
Block a user