From 8131c85a77f9d06f28ccbf121545023ef78d8e86 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 19 May 2022 08:00:56 +0200 Subject: cmd/bootefi: correct command syntax For indicating the address and size of a memory region other commands use a [:] syntax. Do the same for bootefi. Fixes: 2058983689f0 ("cmd: bootefi: restore ability to boot arbitrary blob") Signed-off-by: Heinrich Schuchardt --- doc/usage/cmd/bootefi.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/usage/cmd') diff --git a/doc/usage/cmd/bootefi.rst b/doc/usage/cmd/bootefi.rst index 4cc8c0718c5..cb03df4e1ca 100644 --- a/doc/usage/cmd/bootefi.rst +++ b/doc/usage/cmd/bootefi.rst @@ -9,10 +9,10 @@ Synopsis :: - bootefi [image_addr] [fdt_addr [image_size]] - bootefi bootmgr [fdt_addr] - bootefi hello [fdt_addr] - bootefi selftest [fdt_addr] + bootefi [:] [] + bootefi bootmgr [] + bootefi hello [] + bootefi selftest [] Description ----------- -- cgit v1.3.1