Skip to content

Commit 865d065

Browse files
committed
run: document positional args
1 parent 155357f commit 865d065

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9499,6 +9499,8 @@ Otherwise, it becomes very difficult to keep everything working across path refa
94999499
./build [OPTIONS] [-- EXTRA_MAKE_ARGS]
95009500
....
95019501

9502+
`EXTRA_MAKE_ARGS` gets appended to the end of the `make` command line.
9503+
95029504
===== build configuration options
95039505

95049506
[options="header"]
@@ -9558,6 +9560,8 @@ Otherwise, it becomes very difficult to keep everything working across path refa
95589560
./run [OPTIONS] [-- EXTRA_RUN_ARGS]
95599561
....
95609562

9563+
`EXTRA_RUN_ARGS` gets appended to the end of the emulator command line.
9564+
95619565
[options="header"]
95629566
|===
95639567
|Name |Argument name |Description

0 commit comments

Comments
 (0)