]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Add missing “net” prefix in help net
authorLink Mauve <linkmauve@linkmauve.fr>
Sat, 27 Dec 2025 18:18:48 +0000 (19:18 +0100)
committerJerome Forissier <jerome.forissier@arm.com>
Thu, 15 Jan 2026 10:09:28 +0000 (11:09 +0100)
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>
cmd/net-common.c

index 1c6f11cd435f923b7dd1c08e83207b8f9ca85cbb..6f33d15d695d877a497dfce4093bd3565353477f 100644 (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");