From 44d2a56ba2a1fec297de7d91e5ea92ae1501bd17 Mon Sep 17 00:00:00 2001 From: lirui34 Date: Tue, 15 Oct 2019 11:36:53 +0800 Subject: [PATCH] doc: fix missing words issue in acrn configuration tool doc Signed-off-by: lirui34 --- doc/tutorials/acrn_configuration_tool.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/acrn_configuration_tool.rst b/doc/tutorials/acrn_configuration_tool.rst index 997cfc505..d925f2206 100644 --- a/doc/tutorials/acrn_configuration_tool.rst +++ b/doc/tutorials/acrn_configuration_tool.rst @@ -272,13 +272,15 @@ Here is the offline configuration tool workflow: #. Generate a patch for scenario-based VM configuration:: cd misc/scenario_config - python3 scenario_cfg_gen.py --board $(BOARD).xml --scenario + python3 scenario_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml + + Note that this can also be done by clicking **Generate Scenario SRC** in the acrn-config UI. #. Generate the launch script for the specified post-launch User VM:: cd misc/launch_config - python3 launch_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml --launch $(LAUNCH_PARAM).xml$ + python3 launch_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml --launch $(LAUNCH).xml Note that this can also be done by clicking **Generate Launch Script** in the acrn-config UI.