mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #18931 from benpicco/ping6-purge
sys/shell: drop ping6 alias
This commit is contained in:
commit
3e689237a0
@ -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