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:
committed by
Jerome Forissier
parent
dfc39f9caf
commit
7d650e7f90
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user