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>
This commit is contained in:
Bin Meng 2021-05-10 20:23:30 +08:00 committed by Leo Yu-Chi Liang
parent 6e847f6d5d
commit 2817c9dd32
1 changed files with 2 additions and 2 deletions

View 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::