]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: pxe: Update the command help
authorBin Meng <bmeng@tinylab.org>
Mon, 31 Jul 2023 08:33:23 +0000 (16:33 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 14 Aug 2023 21:55:53 +0000 (17:55 -0400)
commiteed99ce360a3e9d26092723ea4b0ffa4e910137e
treeea91c838460d20838a7c48dcb5930abbf9cdc326
parent852467de92c38c6c5b9338dd75989e306461dd08
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>
cmd/pxe.c