doc: update upgrading_configuration.rst

Adjusted the order of <your scenario xml> and
--launch <your launch xml> when merged data from
the launch XML to the scenario XML.

Signed-off-by: Ziheng Li <ziheng.li@intel.com>
This commit is contained in:
Ziheng Li 2022-07-05 09:58:20 +08:00 committed by David Kinder
parent ff07ccae0f
commit 1615c7346f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ XML files into the merged format:
.. code-block:: bash
misc/config_tools/scenario_config/upgrader.py <your scenario XML> --launch <your launch XML> <out file>
misc/config_tools/scenario_config/upgrader.py --launch <your launch XML> <your scenario XML> <out file>
The upgrader migrates all data in both XMLs into the ``<out file>`` and shows
messages about discarded data in the same way as upgrading a scenario XML alone.