]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Correct '-a' description in the doc
authorBin Meng <bmeng.cn@gmail.com>
Mon, 10 May 2021 12:23:30 +0000 (20:23 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 19 May 2021 09:01:49 +0000 (17:01 +0800)
It needs a space around '-a'.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Rick Chen <rick@andestech.com>
tools/binman/binman.rst

index 1aa2459d50ca78b1c25287556341e2a9b17b43e6..b3df3a64287442eb32e906b4e04e1119970e0dee 100644 (file)
@@ -322,9 +322,9 @@ Sometimes it is useful to pass binman the value of an entry property from the
 command line. For example some entries need access to files and it is not
 always convenient to put these filenames in the image definition (device tree).
 
-The-a option supports this::
+The -a option supports this::
 
-    -a<prop>=<value>
+    -a <prop>=<value>
 
 where::