mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
Currently a valid netif name must be passed to show the usage instructions: ``` > ifconfig help error: invalid interface given > ifconfig 6 help usage: ifconfig usage: ifconfig <if_id> [up|down] [...] ``` `ifconfig --help` is also accepted.