1
0
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:
Benjamin Valentin 2022-11-18 12:54:12 +01:00
parent f533b3f282
commit b5339c61ce

View File

@ -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)
{