Skip to content

Commit

Permalink
sys/shell: drop ping6 alias
Browse files Browse the repository at this point in the history
We don't need two names for the same command, ping is enough.
  • Loading branch information
benpicco committed Nov 18, 2022
1 parent f533b3f commit b5339c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/shell/cmds/gnrc_icmpv6_echo.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ static int _gnrc_icmpv6_ping(int argc, char **argv)
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)
{
Expand Down

0 comments on commit b5339c6

Please sign in to comment.