From 865d065d3d1f0db131b581fd7c76b0781934f027 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 25 Aug 2018 04:57:23 +0100 Subject: [PATCH] run: document positional args --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index a2acd64..6068b17 100644 --- a/README.adoc +++ b/README.adoc @@ -9499,6 +9499,8 @@ Otherwise, it becomes very difficult to keep everything working across path refa ./build [OPTIONS] [-- EXTRA_MAKE_ARGS] .... +`EXTRA_MAKE_ARGS` gets appended to the end of the `make` command line. + ===== build configuration options [options="header"] @@ -9558,6 +9560,8 @@ Otherwise, it becomes very difficult to keep everything working across path refa ./run [OPTIONS] [-- EXTRA_RUN_ARGS] .... +`EXTRA_RUN_ARGS` gets appended to the end of the emulator command line. + [options="header"] |=== |Name |Argument name |Description