1
0
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:
Martine Lenders 2022-11-19 14:51:14 +01:00 committed by GitHub
commit 3e689237a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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