mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
cmd: pxe: Update the command help
Currently the "help" displays pxe command help text like this: => help ... printenv - print environment variables pxe - commands to get and boot from pxe files To use IPv6 add -ipv6 parameter qfw - QEMU firmware interface ... This does not read clearly. Remove the IPv6 stuff as it is in the detailed help text so that it fits just a single line. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
852467de92
commit
eed99ce360
1 changed files with 1 additions and 2 deletions
|
@ -333,8 +333,7 @@ static int do_pxe(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
|||
}
|
||||
|
||||
U_BOOT_CMD(pxe, 4, 1, do_pxe,
|
||||
"commands to get and boot from pxe files\n"
|
||||
"To use IPv6 add -ipv6 parameter",
|
||||
"get and boot from pxe files",
|
||||
"get [" USE_IP6_CMD_PARAM "] - try to retrieve a pxe file using tftp\n"
|
||||
"pxe boot [pxefile_addr_r] [-ipv6] - boot from the pxe file at pxefile_addr_r\n"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue