From: Bin Meng Date: Mon, 10 May 2021 12:23:30 +0000 (+0800) Subject: binman: Correct '-a' description in the doc X-Git-Tag: v2025.01-rc5-pxa1908~1870^2~12 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=2817c9dd32290da3026ec532355675d62a0809e8;p=u-boot.git binman: Correct '-a' description in the doc It needs a space around '-a'. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Reviewed-by: Rick Chen --- 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= + -a = where::