summaryrefslogtreecommitdiff
path: root/tools/binman
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-05-10 15:23:30 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-19 12:01:49 +0300
commit2817c9dd32290da3026ec532355675d62a0809e8 (patch)
treee4c35062b32eef5e1ee967a5e315130b0a6bcb91 /tools/binman
parent6e847f6d5ddbe83da3bfad79e95bbcfaeeb2a6a7 (diff)
downloadu-boot-2817c9dd32290da3026ec532355675d62a0809e8.tar.xz
binman: Correct '-a' description in the doc
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>
Diffstat (limited to 'tools/binman')
-rw-r--r--tools/binman/binman.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst
index 1aa2459d50..b3df3a6428 100644
--- 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::