projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e847f6
)
binman: Correct '-a' description in the doc
author
Bin Meng
<bmeng.cn@gmail.com>
Mon, 10 May 2021 12:23:30 +0000
(20:23 +0800)
committer
Leo 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
patch
|
blob
|
history
diff --git
a/tools/binman/binman.rst
b/tools/binman/binman.rst
index 1aa2459d50ca78b1c25287556341e2a9b17b43e6..b3df3a64287442eb32e906b4e04e1119970e0dee 100644
(file)
--- a/
tools/binman/binman.rst
+++ b/
tools/binman/binman.rst
@@
-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::