"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Link Mauve and committed by
Jerome Forissier
7d650e7f dfc39f9c

+1 -1
+1 -1
cmd/net-common.c
··· 103 103 104 104 U_BOOT_CMD(net, 3, 1, do_net, "NET sub-system", 105 105 "list - list available devices\n" 106 - "stats <device> - dump statistics for specified device\n"); 106 + "net stats <device> - dump statistics for specified device\n");