mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/shell: drop ping6 alias
We don't need two names for the same command, ping is enough.
This commit is contained in:
parent
f533b3f282
commit
b5339c61ce
@ -146,8 +146,7 @@ finish:
|
||||
return res;
|
||||
}
|
||||
|
||||
SHELL_COMMAND(ping6, "Ping via ICMPv6", _gnrc_icmpv6_ping);
|
||||
SHELL_COMMAND(ping, "Alias for ping6", _gnrc_icmpv6_ping);
|
||||
SHELL_COMMAND(ping, "Ping via ICMPv6", _gnrc_icmpv6_ping);
|
||||
|
||||
static void _usage(char *cmdname)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user