]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: bdinfo: provide long help with all options
authorQuentin Schulz <quentin.schulz@cherry.de>
Thu, 18 Dec 2025 11:44:41 +0000 (12:44 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 24 Dec 2025 08:17:21 +0000 (09:17 +0100)
commitde3754fea3c0d76a854f3cd2f87fd0c39ad3043f
treeaa28ff5bff7b45fff63358c48a7152ecfbc522b4
parent00bc1adae41df4b7d668f61b64d4898b4adb342a
cmd: bdinfo: provide long help with all options

Document the bdinfo -a, -e and -m options in the long help, but only
when they can be used. The string concatenation is a bit odd with two
newlines, but it does render properly once in U-Boot CLI.

Tested-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
cmd/bdinfo.c
test/cmd/bdinfo.c