Add missing “net” prefix in help net

The usage of the net sub-system was missing the complete command for “net
stats”.

Signed-off-by: Link Mauve <linkmauve@linkmauve.fr>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
This commit is contained in:
Link Mauve
2025-12-27 19:18:48 +01:00
committed by Jerome Forissier
parent dfc39f9caf
commit 7d650e7f90

View File

@@ -103,4 +103,4 @@ static int do_net(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
U_BOOT_CMD(net, 3, 1, do_net, "NET sub-system",
"list - list available devices\n"
"stats <device> - dump statistics for specified device\n");
"net stats <device> - dump statistics for specified device\n");