summaryrefslogtreecommitdiff
path: root/cmd/net-common.c
diff options
context:
space:
mode:
authorLink Mauve <[email protected]>2025-12-27 19:18:48 +0100
committerJerome Forissier <[email protected]>2026-01-15 11:09:28 +0100
commit7d650e7f90892e3ed1c79bab88955bbbaeb660e4 (patch)
tree86ece003b6a62d5779aef3d9e34b77637907b839 /cmd/net-common.c
parentdfc39f9caf3c1a5e56a6c2b65b3bee83736e29d8 (diff)
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 <[email protected]> Reviewed-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'cmd/net-common.c')
-rw-r--r--cmd/net-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/net-common.c b/cmd/net-common.c
index 1c6f11cd435..6f33d15d695 100644
--- a/cmd/net-common.c
+++ b/cmd/net-common.c
@@ -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");