Преглед изворни кода

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>
Bin Meng пре 3 година
родитељ
комит
2817c9dd32
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tools/binman/binman.rst

+ 2 - 2
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::