From 1615c7346f8eb18824494ea2a571fd9469c873e0 Mon Sep 17 00:00:00 2001 From: Ziheng Li Date: Tue, 5 Jul 2022 09:58:20 +0800 Subject: [PATCH] doc: update upgrading_configuration.rst Adjusted the order of and --launch when merged data from the launch XML to the scenario XML. Signed-off-by: Ziheng Li --- doc/tutorials/upgrading_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/upgrading_configuration.rst b/doc/tutorials/upgrading_configuration.rst index 92df34b34..715dac714 100644 --- a/doc/tutorials/upgrading_configuration.rst +++ b/doc/tutorials/upgrading_configuration.rst @@ -68,7 +68,7 @@ XML files into the merged format: .. code-block:: bash - misc/config_tools/scenario_config/upgrader.py --launch + misc/config_tools/scenario_config/upgrader.py --launch The upgrader migrates all data in both XMLs into the ```` and shows messages about discarded data in the same way as upgrading a scenario XML alone.