diff mbox series

[U-Boot] buildman: fix invocation examples typos

Message ID d4beb9e2adcf5050c450f25fdd48597a809ab550.1562839061.git.baruch@tkos.co.il
State Accepted
Commit 2429613601c8cba82f05f4d58f8c9ba057849932
Delegated to: Simon Glass
Headers show
Series [U-Boot] buildman: fix invocation examples typos | expand

Commit Message

Baruch Siach July 11, 2019, 9:57 a.m. UTC
Also, make command line example indentation consistent.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 tools/buildman/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Simon Glass July 21, 2019, 1:50 a.m. UTC | #1
Also, make command line example indentation consistent.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 tools/buildman/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/tools/buildman/README b/tools/buildman/README
index 56a99c70a2ac..e36619216d4d 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -137,7 +137,7 @@  the '&' operator to limit the selection:
 
 You can also use -x to specifically exclude some boards. For example:
 
- buildmand arm -x nvidia,freescale,.*ball$
+  buildman arm -x nvidia,freescale,.*ball$
 
 means to build all arm boards except nvidia, freescale and anything ending
 with 'ball'.
@@ -146,7 +146,7 @@  For building specific boards you can use the --boards option, which takes a
 comma-separated list of board target names and be used multiple times on
 the command line:
 
-   buidman --boards sandbox,snow --boards
+  buildman --boards sandbox,snow --boards
 
 It is convenient to use the -n option to see what will be built based on
 the subset given. Use -v as well to get an actual list of boards.