All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add missing “net” prefix in help net
@ 2025-12-27 18:18 Emmanuel Gil Peyrot
  2026-01-02 15:19 ` Jerome Forissier
  0 siblings, 1 reply; 6+ messages in thread
From: Emmanuel Gil Peyrot @ 2025-12-27 18:18 UTC (permalink / raw)
  To: u-boot; +Cc: Link Mauve

From: Link Mauve <linkmauve@linkmauve.fr>

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

Signed-off-by: Link Mauve <linkmauve@linkmauve.fr>
---
 cmd/net-common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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");
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-02-03 20:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-27 18:18 [PATCH] Add missing “net” prefix in help net Emmanuel Gil Peyrot
2026-01-02 15:19 ` Jerome Forissier
2026-01-02 15:43   ` Tom Rini
2026-01-02 16:03     ` Link Mauve
2026-01-02 16:13       ` Tom Rini
2026-02-03 20:42     ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.