]> git.baikalelectronics.ru Git - uboot.git/commit
x86: cmd: hob: Fix the command usage and help messages
authorBin Meng <bmeng.cn@gmail.com>
Sat, 31 Jul 2021 08:45:27 +0000 (16:45 +0800)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 2 Aug 2021 07:11:41 +0000 (15:11 +0800)
commitddd8f021ea45f5fb868ea62812d551e56dc6593c
tree9ce06c7b0094163404c1c369e3a5ae51c488befa
parentaefd691e5a1e025de14e1d0f7733e113e1e7372a
x86: cmd: hob: Fix the command usage and help messages

At present the hob command usage and help messages are messed up
in a single line. They should be separated.

This was a regression introduced when [seq] and [-v] were added
to the command.

Fixes: fc08fb92b976 ("x86: hob: Add way to show a single hob entry")
Fixes: 1bd9bf854ad7 ("x86: Allow showing details about a HOB entry")
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested on chromebook_coral, chromebook_samus, chromebook_link, minnowmax
Tested-by: Simon Glass <sjg@chromium.org>
cmd/x86/hob.c